catchup group: deselect everything before processing
This commit is contained in:
parent
bc3db0af06
commit
24940c3dc9
|
@ -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+"']");
|
||||
|
|
Loading…
Reference in New Issue