]> git.wh0rd.org Git - tt-rss.git/commitdiff
implement CDM auto-catchup for articles (2)
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 25 Jan 2007 09:13:18 +0000 (10:13 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 25 Jan 2007 09:13:18 +0000 (10:13 +0100)
viewfeed.js

index 987fa10637513ea016b0166d6319a00e0908fbc1..6595b0b1a891b0f6b63dbbc22e0cf7e3c170fd21 100644 (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);
 
                }