summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 22:07:00 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 22:07:00 +0300
commitde9509cd31d63b036f63fc56697e018263e52eda (patch)
treeb2a12a819c2d066e485385cece01455e490bd74a /js/prefs.js
parentb284e72d6357e53a171832696d3867e36d02a257 (diff)
hotkeys: simplify prefix timeout handling
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 8308a747f..1541d49d0 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -85,8 +85,6 @@ const App = {
editFeed(param)
}, 100);
}
-
- setInterval(() => { hotkeyPrefixTimeout() }, 5 * 1000);
},
hotkeyHandler: function (event) {
if (event.target.nodeName == "INPUT" || event.target.nodeName == "TEXTAREA") return;