summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 05:36:00 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 05:36:00 +0100
commitd395a94275b55a782dbeaca4e3318365b54b5f96 (patch)
treefa5ce6129ef35f2b3960a53a554827c89a7f208d /viewfeed.js
parentc20fd46335e254e5a91c5da594687c87fcf55d10 (diff)
misc code cleanups
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js6
1 files changed, 1 insertions, 5 deletions
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);