summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/search.js2
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;
}