Skip to content

Commit de8d613

Browse files
authored
Merge pull request #617 from ndw/iss-616
Remove spacebar from page navigation script
2 parents e944645 + 9f084d1 commit de8d613

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/web/js/chunk-nav.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
const KEY_H = 72;
2424
const KEY_HOME = 36;
2525

26-
const KEY_SPACE = 32;
27-
2826
const KEY_SHIFT = 16;
2927

3028
const body = document.querySelector("body");
@@ -41,7 +39,6 @@
4139
switch (keyCode) {
4240
case KEY_N:
4341
case KEY_RIGHT:
44-
case KEY_SPACE:
4542
nav_to(event, "next");
4643
break;
4744
case KEY_P:

0 commit comments

Comments
 (0)