]> git.wh0rd.org Git - tt-rss.git/commitdiff
catchupAllFeeds: do not call obsolete callback
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 17 Apr 2013 15:58:04 +0000 (19:58 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 17 Apr 2013 15:59:38 +0000 (19:59 +0400)
js/tt-rss.js

index 9a223733f82e98466d25e35aaf4e490ec92e6df0..9e4cb63cec0512612807d5d425e25ceea7166526 100644 (file)
@@ -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;