From: Andrew Dolgov Date: Tue, 16 Nov 2010 06:21:59 +0000 (+0300) Subject: fix automatic counter updates X-Git-Tag: 1.5.0~213 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4a28ab4444fa7f39842618613ccc11c85dd0f515;p=tt-rss.git fix automatic counter updates --- diff --git a/tt-rss.js b/tt-rss.js index cfd992b6..5a7fc3ee 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);