1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 15:11:29 +00:00

check for failures to request counters in async way after viewfeed/view

This commit is contained in:
Andrew Dolgov
2008-05-21 05:38:28 +01:00
parent 06c88b8dc3
commit 6cc1fab322
4 changed files with 24 additions and 4 deletions

View File

@@ -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...");