mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 02:01:28 +00:00
fix automatic counter updates
This commit is contained in:
@@ -351,9 +351,10 @@ function init_second_stage() {
|
|||||||
if (has_local_storage())
|
if (has_local_storage())
|
||||||
localStorage.clear();
|
localStorage.clear();
|
||||||
|
|
||||||
console.log("second stage ok");
|
|
||||||
|
|
||||||
feedlist_init();
|
feedlist_init();
|
||||||
|
setTimeout("timeout()", 3000);
|
||||||
|
|
||||||
|
console.log("second stage ok");
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("init_second_stage", e);
|
exception_error("init_second_stage", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user