From 528e85b8d4bd17c72b4f20ba488a80607a4afd7b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 12 Mar 2016 17:24:01 -0500 Subject: #190 - 300ms Former-commit-id: 97d9f88732ba537f61bd104ca7dd217f114e96b3 --- config.xml | 2 +- www/js/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 271fdcf5..9e3a0a9e 100644 --- a/config.xml +++ b/config.xml @@ -19,7 +19,7 @@ - + diff --git a/www/js/app.js b/www/js/app.js index f7bf544b..62ac5acc 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1169,7 +1169,7 @@ angular.module('zmApp', [ if (window.cordova) { $cordovaSplashscreen.hide(); } - }, 1500); + }, 300); /*if(window.navigator && window.navigator.splashscreen) { window.navigator.splashscreen.hide(); -- cgit v1.2.3