mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 00:01:29 +00:00
report runtime info in counter callbacks
This commit is contained in:
@@ -70,8 +70,10 @@ function refetch_callback() {
|
||||
if (error_code && error_code != 0) {
|
||||
return fatalError(error_code, reply.getAttribute("error-msg"));
|
||||
}
|
||||
|
||||
var counters = reply.firstChild;
|
||||
|
||||
parse_counters(reply, true);
|
||||
parse_counters(counters, true);
|
||||
|
||||
debug("refetch_callback: done");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user