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: {
|
||||
next: 78,
|
||||
previous: 80,
|
||||
toolbar: 84,
|
||||
toggleLayout: 76
|
||||
},
|
||||
libPath: '/lib/',
|
||||
|
@ -835,9 +834,6 @@ var ComicBook = (function ($) {
|
|||
if (e.keyCode === options.keyboard.next) { side = 'right'; }
|
||||
|
||||
// display controls
|
||||
if (e.keyCode === options.keyboard.toolbar) {
|
||||
self.toggleToolbar();
|
||||
}
|
||||
if (e.keyCode === options.keyboard.toggleLayout) {
|
||||
self.toggleLayout();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue