summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 09:51:31 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 09:51:31 +0300
commitc8a9fe5b07aebbc7120599606c7740e840d15562 (patch)
tree637482651bd397cfd0bb7b2630f1857ec3552001 /viewfeed.js
parent2a0dc5f90275d68dc167db9c299e510fae09fed8 (diff)
properly update local vfeed counters
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 3c9b30641..5285e4d16 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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);