diff options
Diffstat (limited to 'assets/search.js')
-rw-r--r-- | assets/search.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/search.js b/assets/search.js index e064a14..d6ae18b 100644 --- a/assets/search.js +++ b/assets/search.js @@ -28,8 +28,6 @@ function isHotkey(character) { const dataHotkeys = input.getAttribute('data-hotkeys') || ''; - const hotkeys = dataHotkeys.split(' '); - return dataHotkeys.indexOf(character) >= 0; } |