mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-17 02:41:28 +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({
|
menu.addChild(new dijit.MenuItem({
|
||||||
label: __("Mark group as read"),
|
label: __("Mark group as read"),
|
||||||
onClick: function(event) {
|
onClick: function(event) {
|
||||||
|
selectArticles("none");
|
||||||
selectArticles("all",
|
selectArticles("all",
|
||||||
"#headlines-frame > div[id*=RROW]"+
|
"#headlines-frame > div[id*=RROW]"+
|
||||||
"[orig-feed-id='"+menu.callerRowId+"']");
|
"[orig-feed-id='"+menu.callerRowId+"']");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user