]> git.wh0rd.org - tt-rss.git/commitdiff
preparing offline mode notify shouldn't hide
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 12 Feb 2009 17:57:26 +0000 (20:57 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 12 Feb 2009 17:57:26 +0000 (20:57 +0300)
offline.js

index 3aded0dce0eb6f67989feaef97ffbf74b4ec54ab..c192c59661779979cbda99d3dbc2f4aa47a57ae0 100644 (file)
@@ -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) {