From: Andrew Dolgov Date: Fri, 30 Mar 2012 18:45:28 +0000 (+0400) Subject: fix on catchup show next for categories X-Git-Tag: 1.5.11~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c86bf88d98fab6c0c45e605b1cc6de3db5080c9b;p=tt-rss.git fix on catchup show next for categories --- diff --git a/js/feedlist.js b/js/feedlist.js index 7262d6aa..db77d9ca 100644 --- a/js/feedlist.js +++ b/js/feedlist.js @@ -499,7 +499,7 @@ function catchupFeed(feed, is_cat) { var nuf = getNextUnreadFeed(feed, is_cat); if (nuf) { - viewfeed(nuf); + viewfeed(nuf, '', is_cat); } }