summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-07-08 16:52:21 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-07-08 16:52:21 -0400
commit18bec317d7b1ac7cd9794e1b2236beb864186bf4 (patch)
tree3bcfacba58a03d414d7de4dcdcbd43635ca17978 /www/js/app.js
parentf683ea8023b71ab705ca37ea6ff60daa22c24a72 (diff)
#830 lockdown kiosk mode initial implementation
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js6
1 files changed, 4 insertions, 2 deletions
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',