diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-04-01 11:46:49 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-04-01 11:46:49 -0400 |
| commit | cec673d5e9a5b13d9ccef717525296ef14c0a5b4 (patch) | |
| tree | 62b5df06a5dc7d118bba6c974453226888225355 /www/js/app.js | |
| parent | 4fe8f59f9994e64f749d867aefbb1d2deef97591 (diff) | |
#509 - default profile for all monitors and "workspace"
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); } |
