1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 21:01:29 +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)) { if (confirm(str)) {
return viewCurrentFeed(0, 'MarkAllRead') return viewCurrentFeed('MarkAllRead')
} }
} }