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:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user