summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/app.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 4543a3ea..b9472ac9 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -29,7 +29,8 @@ angular.module('zmApp', [
'ionic-native-transitions',
'mgo-angular-wizard',
'pascalprecht.translate',
- 'ionic.ion.headerShrink'
+ 'ionic.ion.headerShrink',
+ 'jett.ionic.scroll.sista'
@@ -1266,7 +1267,10 @@ angular.module('zmApp', [
}
if (window.StatusBar) {
// org.apache.cordova.statusbar required
+ NVRDataModel.log("Updating statusbar");
StatusBar.styleDefault();
+ //StatusBar.overlaysWebView(true);
+ //StatusBar.backgroundColorByHexString("#2980b9");
}