mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 22:01:32 +00:00
catchupAllFeeds: do not call obsolete callback
This commit is contained in:
@@ -134,7 +134,8 @@ function catchupAllFeeds() {
|
|||||||
new Ajax.Request("backend.php", {
|
new Ajax.Request("backend.php", {
|
||||||
parameters: query_str,
|
parameters: query_str,
|
||||||
onComplete: function(transport) {
|
onComplete: function(transport) {
|
||||||
feedlist_callback2(transport);
|
request_counters(true);
|
||||||
|
viewCurrentFeed();
|
||||||
} });
|
} });
|
||||||
|
|
||||||
global_unread = 0;
|
global_unread = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user