summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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);