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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user