1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 08:05:57 +00:00

fix Mark as read button

This commit is contained in:
Andrew Dolgov
2006-08-01 14:01:15 +01:00
parent ec6e2fd35b
commit 28de373239

View File

@@ -569,7 +569,7 @@ function catchupCurrentFeed() {
} */
if (confirm(str)) {
return viewCurrentFeed(0, 'MarkAllRead')
return viewCurrentFeed('MarkAllRead')
}
}