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);