summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 73417c3d5..3336dda68 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -431,6 +431,10 @@ function view(id, feed_id, skip_history) {
var crow = document.getElementById("RROW-" + id);
var article_is_unread = crow.className.match("Unread");
+ if (!async_counters_work) {
+ query = query + "&csync=true";
+ }
+
if (!cached_article) {
notify_progress("Loading, please wait...");