1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 15:45:56 +00:00

remove label: do not reload headlines

This commit is contained in:
Andrew Dolgov
2009-01-18 16:29:25 +01:00
parent 9bf3f101cc
commit 1c9c602534
2 changed files with 22 additions and 2 deletions

View File

@@ -873,7 +873,8 @@ function selectionRemoveLabel(id) {
new Ajax.Request(query, {
onComplete: function(transport) {
viewCurrentFeed();
show_labels_in_headlines(transport);
all_counters_callback2(transport);
} });
}