summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-10 16:30:24 -0400
committerARC <arjunrc@gmail.com>2015-05-10 16:30:24 -0400
commitf2e3d1c121903f36fe996538b14429da733c06e7 (patch)
tree5570300eb9fa0bb34c1caf8cfb2fec864beab8c2 /www
parent6d19e82ef3bbc85385993c22be0a8e080bf5485d (diff)
reduced splash timer
Diffstat (limited to 'www')
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 0d3024f3..d303a894 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -101,7 +101,7 @@ angular.module('zmApp', [
setTimeout(function () {
$cordovaSplashscreen.hide()
- }, 3000)
+ }, 1500)
var pixelRatio = window.devicePixelRatio || 1;
$rootScope.devWidth = ((window.innerWidth > 0) ? window.innerWidth : screen.width);