implement CDM auto-catchup for articles (2)

This commit is contained in:
Andrew Dolgov 2007-01-25 10:13:18 +01:00
parent ba0978c86d
commit f8e471120d

View file

@ -582,9 +582,9 @@ function cdmWatchdog() {
var query = "backend.php?op=rpc&subop=catchupSelected&ids=" + var query = "backend.php?op=rpc&subop=catchupSelected&ids=" +
param_escape(ids.toString()) + "&cmode=0"; 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.onreadystatechange=all_counters_callback;
xmlhttp_rpc.send(null); */ xmlhttp_rpc.send(null);
} }