mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 07:51:29 +00:00
properly update local vfeed counters
This commit is contained in:
@@ -396,7 +396,7 @@ function view_offline(id, feed_id) {
|
||||
}
|
||||
|
||||
render_article("FIXME");
|
||||
update_feedlist_counters();
|
||||
update_local_feedlist_counters();
|
||||
|
||||
return false;
|
||||
|
||||
@@ -585,6 +585,8 @@ function toggleMark(id, client_only, no_effects) {
|
||||
|
||||
}
|
||||
|
||||
update_local_feedlist_counters();
|
||||
|
||||
if (!client_only) {
|
||||
debug(query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user