From 78ea1de08ce641e1125063e1a13a230a075e424f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 09:04:27 +0100 Subject: skip counters output when number of unread articles at backend equals frontend --- tt-rss.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 4b1b29b14..989393b03 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -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); -- cgit v1.2.3-54-g00ecf