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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user