summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
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);