diff options
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 90d50089..86986db2 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -136,7 +136,9 @@ angular.module('zmApp', [ angular.forEach(input, function (item) { - if ((item.Monitor.Function != 'None') && (item.Monitor.Enabled != '0')) { + if ((item.Monitor.Function != 'None') && + (item.Monitor.Enabled != '0') + ) { out.push(item); } |
