1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

catchup group: deselect everything before processing

This commit is contained in:
Andrew Dolgov 2013-10-20 18:45:24 +04:00
parent bc3db0af06
commit 24940c3dc9

View File

@ -2156,6 +2156,7 @@ function initHeadlinesMenu() {
menu.addChild(new dijit.MenuItem({
label: __("Mark group as read"),
onClick: function(event) {
selectArticles("none");
selectArticles("all",
"#headlines-frame > div[id*=RROW]"+
"[orig-feed-id='"+menu.callerRowId+"']");