summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-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);