From 254be998caa4c9efbd3fa3f7deb7461f263685b2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 1 Oct 2016 08:59:31 -0400 Subject: nits Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0 --- www/js/app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/js/app.js') 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"); } -- cgit v1.2.3