From: Andrew Dolgov Date: Tue, 1 Aug 2006 13:01:15 +0000 (+0100) Subject: fix Mark as read button X-Git-Tag: schema_freeze_for_1.2.2~33 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=28de373239a390330b1a45facb282d826439b722;p=tt-rss.git fix Mark as read button --- diff --git a/tt-rss.js b/tt-rss.js index 4f12aeee..ec356e0b 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') } }