summaryrefslogtreecommitdiff
path: root/js/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/feedlist.js')
-rw-r--r--js/feedlist.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/feedlist.js b/js/feedlist.js
index c295bf22b..bff62043f 100644
--- a/js/feedlist.js
+++ b/js/feedlist.js
@@ -1,3 +1,5 @@
+/* global notify,__,dijit */
+
const Feeds = {
counters_last_request: 0,
_active_feed_id: 0,
@@ -208,7 +210,6 @@ const Feeds = {
Utils.setLoadingProgress(50);
document.onkeydown = () => { App.hotkeyHandler(event) };
- window.setInterval(() => { hotkeyPrefixTimeout() }, 3 * 1000);
window.setInterval(() => { Headlines.catchupBatchedArticles() }, 10 * 1000);
if (!this.getActiveFeedId()) {