1
0
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:
Andrew Dolgov
2006-02-25 06:16:28 +01:00
parent 13e8a7bb3a
commit 6c7abfae07

View File

@@ -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);
}