From 99cd8bbe82ec968e6f28d24d98f32f96a554d44b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 18 Apr 2018 17:34:56 -0400 Subject: #606 more montage cleanup --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index c8c5e763..07d467b3 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -168,7 +168,7 @@ angular.module('zmApp', [ angular.forEach(input, function (item) { if ((item.Monitor.Function != 'None') && - (item.Monitor.Enabled != '0') + (item.Monitor.Enabled != '0') ) { out.push(item); } -- cgit v1.2.3