1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 15:25:56 +00:00

skip counters output when number of unread articles at backend equals frontend

This commit is contained in:
Andrew Dolgov
2006-02-12 09:04:27 +01:00
parent 1011b66a02
commit 78ea1de08c
4 changed files with 34 additions and 16 deletions

View File

@@ -191,6 +191,7 @@ function scheduleFeedUpdate(force) {
}
query_str = query_str + "&omode=" + omode;
query_str = query_str + "&uctr=" + global_unread;
if (xmlhttp_ready(xmlhttp)) {
xmlhttp.open("GET", query_str, true);