]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable lock warning in refetch cycle
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:10:10 +0000 (09:10 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:10:10 +0000 (09:10 +0100)
tt-rss.js

index e3d09ec3171411580ae8205d47381b1d116c9198..0f45c8060032118574e9160c0b29ce5b3e3d2d8b 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -191,7 +191,7 @@ function scheduleFeedUpdate(force) {
                xmlhttp.send(null);
        } else {
                debug("xmlhttp busy");
-               printLockingError();
+               //printLockingError();
        }   
 }