fix catchup of a category
This commit is contained in:
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…
Reference in New Issue