1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-09 20:41:34 +00:00

request counters less times during startup, delay initial request in feedlist_init() a bit

This commit is contained in:
Andrew Dolgov
2017-07-30 21:53:11 +03:00
parent 51f13e7736
commit 22adcd7466
3 changed files with 3 additions and 5 deletions

View File

@@ -211,7 +211,7 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
if (counters)
parse_counters(counters);
else
request_counters(true);
request_counters();
} else {
console.error("Invalid object received: " + transport.responseText);