mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:55:56 +00:00
parse_counters: cache feedlist after update (2)
This commit is contained in:
@@ -514,7 +514,11 @@ function init_second_stage() {
|
||||
|
||||
if (fl) {
|
||||
render_feedlist(fl);
|
||||
request_counters();
|
||||
if (document.getElementById("feedList")) {
|
||||
request_counters();
|
||||
} else {
|
||||
setTimeout('updateFeedList(false, false)', 50);
|
||||
}
|
||||
} else {
|
||||
setTimeout('updateFeedList(false, false)', 50);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user