1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

fix automatic counter updates

This commit is contained in:
Andrew Dolgov 2010-11-16 09:21:59 +03:00
parent ac4bedc341
commit 4a28ab4444

View File

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