From 8073cce71eb6120bac0e21adb670fdfc6f05fad1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Sep 2005 03:47:39 +0100 Subject: further label/vfeed/feed behaviour unification --- view.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view.js') 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); } } +*/ -- cgit v1.2.3