implement CDM auto-catchup for articles (2)
This commit is contained in:
parent
ba0978c86d
commit
f8e471120d
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue