From d73071b1b164fda62c8c3bf5250b18419da6b262 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Aug 2007 14:55:57 +0100 Subject: fix catchup of a category --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 3a134d613..00c7e2109 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 -- cgit v1.2.3