hide navbar after update btn click
This commit is contained in:
parent
5c097e841b
commit
db4dafa6e2
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Date : 2014/11/24 - Version : 1
|
# Date : 2014/11/28 - Version : 1
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
|
|
@ -971,6 +971,7 @@ onConfirmUpdate=function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
updateApp = function() {
|
updateApp = function() {
|
||||||
|
navbar_collapse_hide();
|
||||||
pleaseWaitShow();
|
pleaseWaitShow();
|
||||||
_checkForUpgrade=true;
|
_checkForUpgrade=true;
|
||||||
window.applicationCache.update();
|
window.applicationCache.update();
|
||||||
|
|
Loading…
Reference in a new issue