hide navbar after update btn click
Benjamin Renard

Benjamin Renard commited on 2014-11-28 22:26:45
Showing 2 changed files, with 2 additions and 1 deletions.

... ...
@@ -1,5 +1,5 @@
1 1
 CACHE MANIFEST
2
-# Date : 2014/11/24 - Version : 1
2
+# Date : 2014/11/28 - Version : 1
3 3
 
4 4
 CACHE:
5 5
 index.html
... ...
@@ -971,6 +971,7 @@ onConfirmUpdate=function() {
971 971
 }
972 972
 
973 973
 updateApp = function() {
974
+  navbar_collapse_hide();
974 975
   pleaseWaitShow();
975 976
   _checkForUpgrade=true;
976 977
   window.applicationCache.update();
977 978