mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 09:25:57 +00:00
vfeed grouping: allow per-feed catchup
This commit is contained in:
@@ -648,6 +648,15 @@ function catchupCurrentFeed() {
|
||||
}
|
||||
}
|
||||
|
||||
function catchupFeedInGroup(id, title) {
|
||||
|
||||
var str = __("Mark all articles in %s as read?").replace("%s", title);
|
||||
|
||||
if (getInitParam("confirm_feed_catchup") != 1 || confirm(str)) {
|
||||
return viewCurrentFeed('MarkAllReadGR:' + id)
|
||||
}
|
||||
}
|
||||
|
||||
function editFeedDlg(feed) {
|
||||
try {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user