From a5f4780cf4aece0daa211275cd5a7c9acf6ef708 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Fri, 6 May 2016 14:50:15 -0400 Subject: #241 - seems to be working for the most part Former-commit-id: 975a7a737d99859ad75e643c93ec28e790935572 --- 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 be606515..d5821cd3 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -46,7 +46,7 @@ angular.module('zmApp', [ //loginInterval: 30000, updateCheckInterval: 86400000, // 24 hrs loadingTimeout: 15000, - safeMontageLimit: 10, + safeMontageLimit: 100, safeImageQuality: 10, maxFPS: 30, defaultFPS: 3, @@ -1108,6 +1108,7 @@ angular.module('zmApp', [ }); $rootScope.userCancelledAuth = true; window.stop(); + $state.go("login" ,{"wizard": false}); }; -- cgit v1.2.3