1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:05:58 +00:00

fix catchup of a category

This commit is contained in:
Andrew Dolgov
2007-08-24 14:55:57 +01:00
parent 9bb36aa078
commit d73071b1b1

View File

@@ -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