From 80b7fe74b07496b09ac3b454000a7dda2d901bc6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2009 20:57:26 +0300 Subject: [PATCH] preparing offline mode notify shouldn't hide --- offline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline.js b/offline.js index 3aded0dc..c192c596 100644 --- a/offline.js +++ b/offline.js @@ -1148,7 +1148,7 @@ function gotoOffline() { store.checkForUpdate(); - notify_progress("Preparing offline mode..."); + notify_progress("Preparing offline mode...", true); var timerId = window.setInterval(function() { if (store.currentVersion) { -- 2.39.5