1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:05:57 +00:00

disable lock warning in refetch cycle

This commit is contained in:
Andrew Dolgov
2006-08-01 09:10:10 +01:00
parent de1ca88885
commit bed0f18f7a

View File

@@ -191,7 +191,7 @@ function scheduleFeedUpdate(force) {
xmlhttp.send(null); xmlhttp.send(null);
} else { } else {
debug("xmlhttp busy"); debug("xmlhttp busy");
printLockingError(); //printLockingError();
} }
} }