1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:25:57 +00:00

display article labels in headlines buffer

This commit is contained in:
Andrew Dolgov
2009-01-18 14:54:40 +01:00
parent 814bff6649
commit e2549229e1
6 changed files with 40 additions and 26 deletions

View File

@@ -907,7 +907,7 @@ function selectionAssignLabel(id) {
new Ajax.Request(query, {
onComplete: function(transport) {
all_counters_callback2(transport);
viewCurrentFeed();
} });
}