summaryrefslogtreecommitdiff
path: root/view.js
diff options
context:
space:
mode:
Diffstat (limited to 'view.js')
-rw-r--r--view.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/view.js b/view.js
index 6450a0b7a..1d2584889 100644
--- a/view.js
+++ b/view.js
@@ -19,6 +19,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
xmlhttp_rpc = new XMLHttpRequest();
}
+/*
function label_counters_callback() {
if (xmlhttp_rpc.readyState == 4) {
var reply = xmlhttp_rpc.responseXML.firstChild;
@@ -51,3 +52,4 @@ function update_label_counters() {
xmlhttp_rpc.send(null);
}
}
+*/