summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 16:29:25 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 16:29:25 +0100
commit1c9c602534e9a0aab5426d91f96b07ff31deabc6 (patch)
tree58585cb9aa722d57b266c59666672e2ef98ba8e9 /viewfeed.js
parent9bf3f101cc47b8c521b44217e5763e85b79898db (diff)
remove label: do not reload headlines
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 09b149ae8..e5f1f8aeb 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -873,7 +873,8 @@ function selectionRemoveLabel(id) {
new Ajax.Request(query, {
onComplete: function(transport) {
- viewCurrentFeed();
+ show_labels_in_headlines(transport);
+ all_counters_callback2(transport);
} });
}