1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 02:29:15 +00:00

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=" +
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);
}