summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-25 10:13:18 +0100
committerAndrew Dolgov <[email protected]>2007-01-25 10:13:18 +0100
commitf8e471120d834aa815e9a1eaea78363d717824b2 (patch)
tree1caf498e50e5984c974b1182421b982197bdddf1 /viewfeed.js
parentba0978c86db54fe397cd4c68fc90b9e1008af4b4 (diff)
implement CDM auto-catchup for articles (2)
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 987fa1063..6595b0b1a 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -582,9 +582,9 @@ function cdmWatchdog() {
var query = "backend.php?op=rpc&subop=catchupSelected&ids=" +
param_escape(ids.toString()) + "&cmode=0";
-/* xmlhttp_rpc.open("GET", query, true);
+ xmlhttp_rpc.open("GET", query, true);
xmlhttp_rpc.onreadystatechange=all_counters_callback;
- xmlhttp_rpc.send(null); */
+ xmlhttp_rpc.send(null);
}