From fdb1d93c54e4c67639185f2c859b1fec6a5fb904 Mon Sep 17 00:00:00 2001 From: ARC Date: Sat, 9 May 2015 19:18:30 -0400 Subject: Added support to limit maximum monitors in Montage View and also added a portal alias - those who many not be using one can keep this empty --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 8c207d35..0d3024f3 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -98,9 +98,10 @@ angular.module('zmApp', [ // generates and error in desktops but works fine console.log("**** DEVICE READY ***"); + setTimeout(function () { $cordovaSplashscreen.hide() - }, 3000) + }, 3000) var pixelRatio = window.devicePixelRatio || 1; $rootScope.devWidth = ((window.innerWidth > 0) ? window.innerWidth : screen.width); -- cgit v1.2.3