From 18bec317d7b1ac7cd9794e1b2236beb864186bf4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 8 Jul 2019 16:52:21 -0400 Subject: #830 lockdown kiosk mode initial implementation --- www/js/app.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 206f5e16..7c2aeb34 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -40,7 +40,7 @@ angular.module('zmApp', [ .constant('zm', { minAppVersion: '1.28.107', // if ZM is less than this, the app won't work - recommendedAppVersion: '1.32.0', + //minAppVersion:'1.44', minEventServerVersion: '2.4', castAppId: 'BA30FB4C', alarmFlashTimer: 20000, // time to flash alarm @@ -1887,6 +1887,8 @@ angular.module('zmApp', [ NVR.debug("last state=" + $rootScope.lastState + " param=" + $rootScope.lastStateParam); + + } @@ -2409,7 +2411,7 @@ angular.module('zmApp', [ }, cache: false, - url: "/importantmessage/:ver", + url: "/importantmessage", templateUrl: "templates/important_message.html", controller: 'zmApp.ImportantMessageCtrl', -- cgit v1.2.3