From 13bb6bbe352a839e51ebe737c3b59dca25ed35ba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Nov 2005 09:51:21 +0100 Subject: move initial refetch call to feedlist.js init --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index d4a31bcdd..08178c84b 100644 --- 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"); -- cgit v1.2.3