removed unused & broken keyboard shortcut
This commit is contained in:
parent
95f442ef93
commit
284e5ae3ca
1 changed files with 0 additions and 4 deletions
|
@ -82,7 +82,6 @@ var ComicBook = (function ($) {
|
||||||
keyboard: {
|
keyboard: {
|
||||||
next: 78,
|
next: 78,
|
||||||
previous: 80,
|
previous: 80,
|
||||||
toolbar: 84,
|
|
||||||
toggleLayout: 76
|
toggleLayout: 76
|
||||||
},
|
},
|
||||||
libPath: '/lib/',
|
libPath: '/lib/',
|
||||||
|
@ -835,9 +834,6 @@ var ComicBook = (function ($) {
|
||||||
if (e.keyCode === options.keyboard.next) { side = 'right'; }
|
if (e.keyCode === options.keyboard.next) { side = 'right'; }
|
||||||
|
|
||||||
// display controls
|
// display controls
|
||||||
if (e.keyCode === options.keyboard.toolbar) {
|
|
||||||
self.toggleToolbar();
|
|
||||||
}
|
|
||||||
if (e.keyCode === options.keyboard.toggleLayout) {
|
if (e.keyCode === options.keyboard.toggleLayout) {
|
||||||
self.toggleLayout();
|
self.toggleLayout();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue