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
1 changed files with 1 additions and 1 deletions

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);
}
}