1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

catchupAllFeeds: do not call obsolete callback

This commit is contained in:
Andrew Dolgov 2013-04-17 19:58:04 +04:00
parent 48cb253625
commit da76e61af8

View 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;