From 66a166042343e1c66b66890986326b5f97311ef7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 10 Dec 2020 14:08:01 -0500 Subject: [PATCH] Add missing comma --- web/skins/classic/views/js/console.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/js/console.js.php b/web/skins/classic/views/js/console.js.php index 2faf26da5..736d1611f 100644 --- a/web/skins/classic/views/js/console.js.php +++ b/web/skins/classic/views/js/console.js.php @@ -24,7 +24,7 @@ var monitors = new Array(); 'Url': 'UrlToIndex( ZM_MIN_STREAMING_PORT ? ($monitor->Id() + ZM_MIN_STREAMING_PORT) : '') ?>', 'Type': 'Type() ?>', 'Function': 'Function() ?>', - 'Enabled': 'Enabled() ?>' + 'Enabled': 'Enabled() ?>', 'DecodingEnabled': 'DecodingEnabled() ?>' };