From: Andrew Dolgov Date: Thu, 12 Feb 2009 17:57:26 +0000 (+0300) Subject: preparing offline mode notify shouldn't hide X-Git-Tag: 1.3.1~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=80b7fe74b07496b09ac3b454000a7dda2d901bc6;p=tt-rss.git preparing offline mode notify shouldn't hide --- 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) {