diff --git a/js/tt-rss.js b/js/tt-rss.js index 9a223733f..9e4cb63ce 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -134,7 +134,8 @@ function catchupAllFeeds() { new Ajax.Request("backend.php", { parameters: query_str, onComplete: function(transport) { - feedlist_callback2(transport); + request_counters(true); + viewCurrentFeed(); } }); global_unread = 0;