1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

Update selected count when collapsing an article

This commit is contained in:
Jeffrey Tolar
2013-05-02 18:15:41 -05:00
parent 51a2bac0f6
commit b43b92928a

View File

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