summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index ef0c42c2f..ebaea0de9 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -111,4 +111,5 @@ function localHotkeyHandler(keycode) {
function init() {
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
document.onkeydown = hotkey_handler;
+ parent.setTimeout("timeout()", 1000);
}