summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 14:54:40 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 14:54:40 +0100
commite2549229e1a10d8dbb41802d19027741040ab61c (patch)
treea0b6ec0e119345da61e33da5cbb6e5534c03962d /viewfeed.js
parent814bff66496bb8d57ced77771edcfb4f173ce5ee (diff)
display article labels in headlines buffer
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 5251eeb5d..8ac79a870 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -907,7 +907,7 @@ function selectionAssignLabel(id) {
new Ajax.Request(query, {
onComplete: function(transport) {
- all_counters_callback2(transport);
+ viewCurrentFeed();
} });
}