diff options
Diffstat (limited to 'www')
| -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); |
