summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-04 12:02:08 +0400
committerAndrew Dolgov <[email protected]>2013-05-04 12:02:08 +0400
commit2a3e8d7f3449c372d79ec525c251e0eeb791e170 (patch)
tree547a37e8df655435064cee5404394eada6e97f04 /js
parent8d090a910b7e2d4d1b26e734c09eaa773b853804 (diff)
parent3bcf2bf2796c93b2dc29655b58aaa7ca14dddbde (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 0e1e9cdba..da3628349 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1414,6 +1414,8 @@ function cdmCollapseArticle(event, id, unmark) {
if (id == getActiveArticleId()) {
setActiveArticleId(0);
}
+
+ updateSelectedPrompt();
}
if (event) Event.stop(event);