summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 14:55:57 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 14:55:57 +0100
commitd73071b1b164fda62c8c3bf5250b18419da6b262 (patch)
tree33609f7eb5abe6938782c5c2f74c2a2af734322a /tt-rss.js
parent9bb36aa078855370872ee678d679da6118d568af (diff)
fix catchup of a category
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 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