summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-29 20:49:55 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-29 20:49:55 -0400
commita6b7582785a396f059be7e901b56845477140558 (patch)
treef67fcac7e21e4426743d95060326fdb7350ac353 /www
parent806142bbcffad1d8056c7d4710be4277df8f04fb (diff)
switched back to cordovahidesplashscreen to take control of splash and remove white screen
Diffstat (limited to 'www')
-rw-r--r--www/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index d90a25c0..a9f0b571 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -402,12 +402,12 @@ angular.module('zmApp', [
}
- /*setTimeout(function () {
+ setTimeout(function () {
if (window.cordova)
{
$cordovaSplashscreen.hide();
}
- }, 1500);*/
+ }, 1500);
if(window.navigator && window.navigator.splashscreen) {
window.navigator.splashscreen.hide();