summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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;
}