fix automatic counter updates

This commit is contained in:
Andrew Dolgov 2010-11-16 09:21:59 +03:00
parent ac4bedc341
commit 4a28ab4444
1 changed files with 3 additions and 2 deletions

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