summaryrefslogtreecommitdiff
path: root/view.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-09 03:47:39 +0100
committerAndrew Dolgov <[email protected]>2005-09-09 03:47:39 +0100
commit8073cce71eb6120bac0e21adb670fdfc6f05fad1 (patch)
treef6985fae6d25130fc829388e14d99077d44cc087 /view.js
parent392d45635b488073e247f179cdbc8f94d9aa5d04 (diff)
further label/vfeed/feed behaviour unification
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);
}
}
+*/