1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

fix on catchup show next for categories

This commit is contained in:
Andrew Dolgov
2012-03-30 22:45:28 +04:00
parent af0845ca9a
commit c86bf88d98

View File

@@ -499,7 +499,7 @@ function catchupFeed(feed, is_cat) {
var nuf = getNextUnreadFeed(feed, is_cat);
if (nuf) {
viewfeed(nuf);
viewfeed(nuf, '', is_cat);
}
}