1
0
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:
Andrew Dolgov
2006-05-23 09:59:00 +01:00
parent a756529344
commit f54f515f44
4 changed files with 41 additions and 3 deletions

View File

@@ -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");