summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-13 22:04:21 +0300
committerAndrew Dolgov <[email protected]>2015-07-13 22:04:21 +0300
commit33c4bd89681f0065d50e5f862bf1a6732a04c49c (patch)
tree4a9295165e430e0ff8a41d1797ded0528400b2db /js/viewfeed.js
parentf17069960c852237ca0ee25fb677cf7061c13599 (diff)
fix error feed (i.e. when requested feed no longer exists) not display properly
Diffstat (limited to 'js/viewfeed.js')
-rw-r--r--js/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index dff11556a..56b15116f 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -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(