From cec673d5e9a5b13d9ccef717525296ef14c0a5b4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 1 Apr 2017 11:46:49 -0400 Subject: #509 - default profile for all monitors and "workspace" --- www/js/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') 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); } -- cgit v1.2.3