summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js1
1 files changed, 1 insertions, 0 deletions
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);