From 6cc1fab32228f509db4ecf2fa7973cc7c46a8ac7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 May 2008 05:38:28 +0100 Subject: check for failures to request counters in async way after viewfeed/view --- viewfeed.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'viewfeed.js') 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..."); -- cgit v1.2.3