summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/js/app.js b/www/js/app.js
index b9472ac9..47c27e66 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -29,7 +29,6 @@ angular.module('zmApp', [
'ionic-native-transitions',
'mgo-angular-wizard',
'pascalprecht.translate',
- 'ionic.ion.headerShrink',
'jett.ionic.scroll.sista'
@@ -1269,8 +1268,8 @@ angular.module('zmApp', [
// org.apache.cordova.statusbar required
NVRDataModel.log("Updating statusbar");
StatusBar.styleDefault();
- //StatusBar.overlaysWebView(true);
- //StatusBar.backgroundColorByHexString("#2980b9");
+ //StatusBar.overlaysWebView(false);
+ StatusBar.backgroundColorByHexString("#2980b9");
}