summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-06 09:59:59 +0100
committerAndrew Dolgov <[email protected]>2006-12-06 09:59:59 +0100
commit3ac2f3c76716e93de91b9f17786fe235905b2c1d (patch)
treeac102bb0dd447240d3f50481bc9c6f529000e2dc /tt-rss.js
parent5854573ad3f8137d123b7f0d196f1c0e38dcb1d4 (diff)
fix auto-refresh of active feed when update detected in scheduled refetch call
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 07734bacc..1257f996b 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -62,7 +62,7 @@ function refetch_callback() {
last_refetch = date.getTime() / 1000;
- parse_counters_reply(xmlhttp_ctr);
+ parse_counters_reply(xmlhttp_ctr, true);
debug("refetch_callback: done");