summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 14:18:05 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 14:18:05 +0100
commit5c365f6055ffe61ddcc5f2e306499945e34ddf09 (patch)
tree328180214a4dcdc5f8aa9a1e4454f787a152faa6 /feedlist.js
parent826cdd263a925481616a0556d7fd2d003159d66f (diff)
fix various cat-related bugs
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 14882a568..b3c2b833a 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -75,7 +75,7 @@ function viewfeed(feed, subop, is_cat, subop_param) {
var show_next_feed = parent.getInitParam("on_catchup_show_next_feed") == "1";
- if (next_unread_feed && show_next_feed) {
+ if (next_unread_feed && show_next_feed && !activeFeedIsCat()) {
query = query + "&nuf=" + param_escape(next_unread_feed);
setActiveFeedId(next_unread_feed);
}