summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 09:51:21 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 09:51:21 +0100
commit13bb6bbe352a839e51ebe737c3b59dca25ed35ba (patch)
tree0c72ecd57ffff9c2b5c25a5ec91b2999aca49418 /feedlist.js
parent2f587484afa7ce5330d92b234784e3d5957f0c57 (diff)
move initial refetch call to feedlist.js init
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);
}