summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-18 17:34:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-18 17:34:56 -0400
commit99cd8bbe82ec968e6f28d24d98f32f96a554d44b (patch)
treed9e895ae351f2b8679ad697a682539755c043052 /www/js/app.js
parenta092da7535099b4a618bbca6faaa4af5b2aa48e4 (diff)
#606 more montage cleanup
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
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);
}