From: Andrew Dolgov Date: Fri, 24 Aug 2007 13:55:57 +0000 (+0100) Subject: fix catchup of a category X-Git-Tag: 1.2.15~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d73071b1b164fda62c8c3bf5250b18419da6b262;p=tt-rss.git fix catchup of a category --- diff --git a/tt-rss.js b/tt-rss.js index 3a134d61..00c7e210 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -248,7 +248,7 @@ function viewCurrentFeed(subop) { // if (getActiveFeedId()) { if (getActiveFeedId() != undefined) { - viewfeed(getActiveFeedId(), subop); + viewfeed(getActiveFeedId(), subop, active_feed_is_cat); } else { disableContainerChildren("headlinesToolbar", false, document); // viewfeed(-1, subop); // FIXME