summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-04 18:29:37 +0100
committerAndrew Dolgov <[email protected]>2006-03-04 18:29:37 +0100
commite8ef3b971566ad5d99fa04ce9ee058542bc8d33d (patch)
treeb1e1c9dd202e8ac2e014884244c520dcdeef6ae7 /tt-rss.js
parentd0bb308e16e930ff66249da031d25ffcf7710773 (diff)
auto refresh active feed when new messages are detected
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 942ea5808..7648b8e18 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -128,7 +128,7 @@ function refetch_callback() {
var f_document = window.frames["feeds-frame"].document;
- parse_counters(reply, f_document, window);
+ parse_counters(reply, f_document, window, true);
debug("refetch_callback: done");