From 894ebcf5e94c917f5e10e5196f74b8055e2b2407 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Mar 2006 08:09:18 +0100 Subject: update_daemon work, remove unneeded indexes, query optimizations --- functions.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index e016d8c8a..376490e08 100644 --- a/functions.js +++ b/functions.js @@ -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; -- cgit v1.2.3