mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
catchup in category view mode jumps to the next unread category
This commit is contained in:
@@ -81,7 +81,7 @@ function headlines_callback2(transport, active_feed_id, is_cat, feed_cur_page) {
|
||||
if (is_cat != undefined) {
|
||||
active_feed_is_cat = is_cat;
|
||||
}
|
||||
|
||||
|
||||
if (!is_cat) {
|
||||
var feedr = document.getElementById("FEEDR-" + active_feed_id);
|
||||
if (feedr && !feedr.className.match("Selected")) {
|
||||
|
||||
Reference in New Issue
Block a user