mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:25:55 +00:00
catchup group: deselect everything before processing
This commit is contained in:
@@ -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+"']");
|
||||
|
||||
Reference in New Issue
Block a user