diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-10 16:30:24 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-10 16:30:24 -0400 |
| commit | f2e3d1c121903f36fe996538b14429da733c06e7 (patch) | |
| tree | 5570300eb9fa0bb34c1caf8cfb2fec864beab8c2 /www/js | |
| parent | 6d19e82ef3bbc85385993c22be0a8e080bf5485d (diff) | |
reduced splash timer
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/app.js | 2 |
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); |
