From 9cab3250d6d1f88bc22a06865dd63680d43d30ff Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 16 Oct 2005 16:46:37 +0100 Subject: fix broken feed counter updates --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 5bf5e6973..77be7d407 100644 --- a/functions.js +++ b/functions.js @@ -308,7 +308,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') { function label_counters_callback() { if (xmlhttp_rpc.readyState == 4) { - if (!xmlhttp.responseXML) { + if (!xmlhttp_rpc.responseXML) { notify("label_counters_callback: backend did not return valid XML"); return; } -- cgit v1.2.3