diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-01 08:59:31 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-01 08:59:31 -0400 |
| commit | 254be998caa4c9efbd3fa3f7deb7461f263685b2 (patch) | |
| tree | c94df019cfc93ecfbe83b6988a2e612d8cf22f76 /www/js/app.js | |
| parent | d7ccd6957bd967daf7ad218d7f66419f01ababf2 (diff) | |
nits
Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 5 |
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"); } |
