From da76e61af8d8c9129acfbf0db670342853a62747 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 19:58:04 +0400 Subject: catchupAllFeeds: do not call obsolete callback --- js/tt-rss.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/tt-rss.js') 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; -- cgit v1.2.3