From: Andrew Dolgov Date: Wed, 17 Apr 2013 15:58:04 +0000 (+0400) Subject: catchupAllFeeds: do not call obsolete callback X-Git-Tag: 1.7.9~25^2~159 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=da76e61af8d8c9129acfbf0db670342853a62747;p=tt-rss.git catchupAllFeeds: do not call obsolete callback --- diff --git a/js/tt-rss.js b/js/tt-rss.js index 9a223733..9e4cb63c 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;