From fb8c8806586ed3142298e4b85e6b1794735f182a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 13 Apr 2018 15:36:02 -0400 Subject: changed alarm check to 10d --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js') 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, }) -- cgit v1.2.3