From d395a94275b55a782dbeaca4e3318365b54b5f96 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Aug 2007 05:36:00 +0100 Subject: misc code cleanups --- viewfeed.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'viewfeed.js') diff --git a/viewfeed.js b/viewfeed.js index d9b2e22fe..30af548c0 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -22,7 +22,7 @@ function catchup_callback() { try { debug("catchup_callback"); notify(""); - all_counters_callback(); + all_counters_callback2(xmlhttp_rpc); if (_catchup_callback_func) { setTimeout(_catchup_callback_func, 10); } @@ -450,10 +450,6 @@ function toggleMark(id, client_only, no_effects) { if (!client_only) { debug(query); -// xmlhttp_rpc.open("GET", query, true); -// xmlhttp_rpc.onreadystatechange=all_counters_callback; -// xmlhttp_rpc.send(null); - new Ajax.Request(query, { onComplete: function(transport) { all_counters_callback2(transport); -- cgit v1.2.3