]> git.wh0rd.org - tt-rss.git/commitdiff
move initial refetch call to feedlist.js init
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 16 Nov 2005 08:51:21 +0000 (09:51 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 16 Nov 2005 08:51:21 +0000 (09:51 +0100)
feedlist.js
tt-rss.js

index ef0c42c2f3a709fc97604c798ce66b696c42b6c3..ebaea0de988edcb243c19f923bfdb8aed479a1a2 100644 (file)
@@ -111,4 +111,5 @@ function localHotkeyHandler(keycode) {
 function init() {
        hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
        document.onkeydown = hotkey_handler;
+       parent.setTimeout("timeout()", 1000);
 }
index d4a31bcdd95f7c5f992631003e59fa6cbfbc13c3..08178c84b28b03eaab99478d34cb8b8786ed84d4 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -387,7 +387,7 @@ function init_second_stage() {
 //             viewfeed(getCookie("ttrss_vf_actfeed"), 0, '');
 //     }
 
-       setTimeout("timeout()", 2*1000);
+//     setTimeout("timeout()", 2*1000);
 //     scheduleFeedUpdate(true);
 
        var splash = document.getElementById("splash");