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:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user