From: Andrew Dolgov Date: Thu, 25 Jan 2007 09:13:18 +0000 (+0100) Subject: implement CDM auto-catchup for articles (2) X-Git-Tag: 1.2.8~35 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f8e471120d834aa815e9a1eaea78363d717824b2;p=tt-rss.git implement CDM auto-catchup for articles (2) --- diff --git a/viewfeed.js b/viewfeed.js index 987fa106..6595b0b1 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); }