1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 05:25:56 +00:00

update_daemon work, remove unneeded indexes, query optimizations

This commit is contained in:
Andrew Dolgov
2006-03-21 08:09:18 +01:00
parent ac92cb46be
commit 894ebcf5e9
6 changed files with 43 additions and 24 deletions

View File

@@ -471,7 +471,12 @@ function all_counters_callback() {
notify("[all_counters_callback] backend did not return valid XML");
return;
}
if (!parent.frames["feeds-frame"]) {
notify("[all_counters_callback] no parent feeds-frame");
return;
}
var reply = xmlhttp_rpc.responseXML.firstChild;
var f_document = parent.frames["feeds-frame"].document;