diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-18 17:34:56 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-18 17:34:56 -0400 |
| commit | 99cd8bbe82ec968e6f28d24d98f32f96a554d44b (patch) | |
| tree | d9e895ae351f2b8679ad697a682539755c043052 /www/js/app.js | |
| parent | a092da7535099b4a618bbca6faaa4af5b2aa48e4 (diff) | |
#606 more montage cleanup
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
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); } |
