fix on-catchup-select-next-unread feed highlighting in feedlist

master
Andrew Dolgov 17 years ago
parent 82764a41dd
commit 1807536859

@ -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;
}
}

Loading…
Cancel
Save