1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 09:01:29 +00:00

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

This commit is contained in:
Andrew Dolgov
2007-08-28 06:07:57 +01:00
parent 82764a41dd
commit 1807536859

View File

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