]> git.wh0rd.org - tt-rss.git/blobdiff - js/feedlist.js
remove duplicated code from hotkey actions handler
[tt-rss.git] / js / feedlist.js
index e13d9d74c38af30033ff8013c457fe865cc0a03e..4aa70a36175978669aeee4e86d58cb97e8d118c0 100644 (file)
@@ -175,7 +175,7 @@ function feedlist_init() {
        loading_set_progress(50);
 
        document.onkeydown = hotkey_handler;
-       setTimeout(hotkey_prefix_timeout, 5*1000);
+       setInterval(hotkey_prefix_timeout, 5*1000);
 
        if (!getActiveFeedId()) {
                viewfeed({feed: -3});