summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 4f12aeee7..ec356e0ba 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -569,7 +569,7 @@ function catchupCurrentFeed() {
} */
if (confirm(str)) {
- return viewCurrentFeed(0, 'MarkAllRead')
+ return viewCurrentFeed('MarkAllRead')
}
}