1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 20:51:29 +00:00

preparing offline mode notify shouldn't hide

This commit is contained in:
Andrew Dolgov
2009-02-12 20:57:26 +03:00
parent 19556424ee
commit 80b7fe74b0

View File

@@ -1148,7 +1148,7 @@ function gotoOffline() {
store.checkForUpdate(); store.checkForUpdate();
notify_progress("Preparing offline mode..."); notify_progress("Preparing offline mode...", true);
var timerId = window.setInterval(function() { var timerId = window.setInterval(function() {
if (store.currentVersion) { if (store.currentVersion) {