mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01:00
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…
x
Reference in New Issue
Block a user