summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-18 14:51:47 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-18 14:51:47 -0400
commita0d5234fe7c16d78c243079fae0b9a4798cdcd0b (patch)
treedbdba50829d6b0972971586db112a6bb1a1b3e38 /www/js/DataModel.js
parent1eb4cf8dfc741d355618f3cbb0c9f6eff497808b (diff)
stuff
Former-commit-id: 36dc9f00cbf062a4b11bc23ec2fd644c17e2f745
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 7f468990..9e6188aa 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -995,7 +995,7 @@ angular.module('zmApp.controllers')
for ( i = 0; i< monitors.length; i++)
{
monitors[i].Monitor.listDisplay='show';
- monitors[i].Monitor.isAlarmed = 'false';
+ monitors[i].Monitor.isAlarmed = false;
monitors[i].Monitor.connKey = (Math.floor((Math.random() * 999999) + 1)).toString();