1
0
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:
Andrew Dolgov
2008-10-01 05:06:55 +01:00
parent 886d4bce27
commit f46192bb19
3 changed files with 68 additions and 15 deletions

View File

@@ -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")) {