summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 14:01:15 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 14:01:15 +0100
commit28de373239a390330b1a45facb282d826439b722 (patch)
tree1da1b111045494640e230361686fb8af8b8d15be /tt-rss.js
parentec6e2fd35ba0955249060973c5ce246c8cbc27e1 (diff)
fix Mark as read button
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')
}
}