1
0
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:
Andrew Dolgov
2009-02-04 09:51:31 +03:00
parent 2a0dc5f902
commit c8a9fe5b07
3 changed files with 57 additions and 37 deletions

View File

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