summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-28 06:07:57 +0100
committerAndrew Dolgov <[email protected]>2007-08-28 06:07:57 +0100
commit1807536859f0cc26059c038eeeacfed9662bcf15 (patch)
treee9f211853c143b63a4549884ad96d4c0acfabb9c /feedlist.js
parent82764a41dd0ef3200700ed95a89aec91465ebe7b (diff)
fix on-catchup-select-next-unread feed highlighting in feedlist
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 774c4d2e2..73dc340c8 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -108,7 +108,8 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
if (next_unread_feed && show_next_feed && !activeFeedIsCat()) {
query = query + "&nuf=" + param_escape(next_unread_feed);
- setActiveFeedId(next_unread_feed);
+ //setActiveFeedId(next_unread_feed);
+ feed = next_unread_feed;
}
}