mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 21:01:30 +00:00
fix catchup of a category
This commit is contained in:
@@ -248,7 +248,7 @@ function viewCurrentFeed(subop) {
|
|||||||
|
|
||||||
// if (getActiveFeedId()) {
|
// if (getActiveFeedId()) {
|
||||||
if (getActiveFeedId() != undefined) {
|
if (getActiveFeedId() != undefined) {
|
||||||
viewfeed(getActiveFeedId(), subop);
|
viewfeed(getActiveFeedId(), subop, active_feed_is_cat);
|
||||||
} else {
|
} else {
|
||||||
disableContainerChildren("headlinesToolbar", false, document);
|
disableContainerChildren("headlinesToolbar", false, document);
|
||||||
// viewfeed(-1, subop); // FIXME
|
// viewfeed(-1, subop); // FIXME
|
||||||
|
|||||||
Reference in New Issue
Block a user