fix catchup of a category

master
Andrew Dolgov 17 years ago
parent 9bb36aa078
commit d73071b1b1

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

Loading…
Cancel
Save