summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 09:21:59 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 09:21:59 +0300
commit4a28ab4444fa7f39842618613ccc11c85dd0f515 (patch)
treeafb0a94a608e26cb5f6f5c7f0f262c52dfdfafd4 /tt-rss.js
parentac4bedc341b71a698d1f63ae928f839fc4b9643e (diff)
fix automatic counter updates
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index cfd992b6d..5a7fc3ee3 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -351,9 +351,10 @@ function init_second_stage() {
if (has_local_storage())
localStorage.clear();
- console.log("second stage ok");
-
feedlist_init();
+ setTimeout("timeout()", 3000);
+
+ console.log("second stage ok");
} catch (e) {
exception_error("init_second_stage", e);