hide navbar after update btn click

This commit is contained in:
Benjamin Renard 2014-11-28 23:26:37 +01:00 committed by root
parent 5c097e841b
commit db4dafa6e2
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
CACHE MANIFEST
# Date : 2014/11/24 - Version : 1
# Date : 2014/11/28 - Version : 1
CACHE:
index.html

View file

@ -971,6 +971,7 @@ onConfirmUpdate=function() {
}
updateApp = function() {
navbar_collapse_hide();
pleaseWaitShow();
_checkForUpgrade=true;
window.applicationCache.update();