1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02: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;
}
}