1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 05:35:55 +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);
} else {
debug("xmlhttp busy");
printLockingError();
//printLockingError();
}
}