summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 19:58:04 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 19:59:38 +0400
commitda76e61af8d8c9129acfbf0db670342853a62747 (patch)
tree449db009c1dfc0425459fb8bc55f98c9aaf3454c /js
parent48cb253625370aead169be64fbf6b8f025f0fbbc (diff)
catchupAllFeeds: do not call obsolete callback
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js3
1 files changed, 2 insertions, 1 deletions
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;