diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-06 14:50:15 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-06 14:50:15 -0400 |
| commit | a5f4780cf4aece0daa211275cd5a7c9acf6ef708 (patch) | |
| tree | fd4b867062ded3a96ecbd9f33c80fa469f45c09a /www/js/app.js | |
| parent | a902f47149def68b7c7c4e9d65d8697970d4a643 (diff) | |
#241 - seems to be working for the most part
Former-commit-id: 975a7a737d99859ad75e643c93ec28e790935572
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
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}); }; |
