mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
fix error feed (i.e. when requested feed no longer exists) not display properly
This commit is contained in:
@@ -46,7 +46,7 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (feed_id != getActiveFeedId() || is_cat != activeFeedIsCat())
|
||||
if (feed_id != -7 && (feed_id != getActiveFeedId() || is_cat != activeFeedIsCat()))
|
||||
return;
|
||||
|
||||
/* dijit.getEnclosingWidget(
|
||||
|
||||
Reference in New Issue
Block a user