summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-13 15:36:02 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-13 15:36:02 -0400
commitfb8c8806586ed3142298e4b85e6b1794735f182a (patch)
tree4dee466322f7ead1afce220accad1eeb355083c1 /www/js/app.js
parentb2a5c8c114c15eb9cfc4f072e1bfa084bd3d17ed (diff)
changed alarm check to 10d
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 96001fdc..eb2eeff5 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -105,7 +105,8 @@ angular.module('zmApp', [
quantSample: 15,
hashSecret: 'unused at the moment',
forceMontageReloadDelay: 3600, // 1 hr,
- thumbWidth:200
+ thumbWidth:200,
+ alarmStatusTime: 10,
})