]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
fix catchup of a category
[tt-rss.git] / tt-rss.js
index 3a134d613657e2c1a838e329cf2c1daf66c90aaa..00c7e21096dda7c2e5a6a2971855fc30c133ebfb 100644 (file)
--- 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