summaryrefslogtreecommitdiff
path: root/tt-rss.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 /tt-rss.js
parent2f587484afa7ce5330d92b234784e3d5957f0c57 (diff)
move initial refetch call to feedlist.js init
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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");