]> git.wh0rd.org - tt-rss.git/commit
Skip nested Feed when calling getNextUnreadFeed()
authorAndré Glüpker <joschasa@lavabit.com>
Sat, 14 Jun 2014 10:37:05 +0000 (12:37 +0200)
committerAndré Glüpker <joschasa@lavabit.com>
Sat, 14 Jun 2014 10:37:05 +0000 (12:37 +0200)
commitd922b09c4356ffb88a3ffbf9a60ebb8f890fd7ce
tree35977d8094beb6ddf71b6160d3f4990daa563ce0
parent1fa5c5409ddd36c1ceac6eb8bfcb19f35f89662e
Skip nested Feed when calling getNextUnreadFeed()

This function is only called when using "Mark all as read".
So every time, this function gets called right now, all nested
categories get marked as read as well, so we don't want to jump to them.
Instead we want to the next category with same or higher tier.
classes/pref/feeds.php
js/FeedTree.js