1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 10:31:31 +00:00

Merge pull request #177 from lotrfan/update_selected_fix

Update selected count when collapsing an article
This commit is contained in:
Andrew Dolgov
2013-05-03 06:42:01 -07:00

View File

@@ -1416,6 +1416,8 @@ function cdmCollapseArticle(event, id, unmark) {
if (id == getActiveArticleId()) {
setActiveArticleId(0);
}
updateSelectedPrompt();
}
if (event) Event.stop(event);