mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 13:57:11 +00:00
viewfeed.js: implement catchupPage() (closes #44)
This commit is contained in:
@@ -375,7 +375,9 @@ function cdmSelectArticles(mode) {
|
||||
}
|
||||
|
||||
function catchupPage() {
|
||||
alert("FIXME not yet implemented");
|
||||
selectTableRowsByIdPrefix('headlinesList', 'RROW-', 'RCHK-', true, 'Unread', true);
|
||||
selectionToggleUnread();
|
||||
selectTableRowsByIdPrefix('headlinesList', 'RROW-', 'RCHK-', false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user