Add missing comma
This commit is contained in:
parent
4667e21636
commit
66a1660423
|
@ -24,7 +24,7 @@ var monitors = new Array();
|
||||||
'Url': '<?php echo $monitor->UrlToIndex( ZM_MIN_STREAMING_PORT ? ($monitor->Id() + ZM_MIN_STREAMING_PORT) : '') ?>',
|
'Url': '<?php echo $monitor->UrlToIndex( ZM_MIN_STREAMING_PORT ? ($monitor->Id() + ZM_MIN_STREAMING_PORT) : '') ?>',
|
||||||
'Type': '<?php echo $monitor->Type() ?>',
|
'Type': '<?php echo $monitor->Type() ?>',
|
||||||
'Function': '<?php echo $monitor->Function() ?>',
|
'Function': '<?php echo $monitor->Function() ?>',
|
||||||
'Enabled': '<?php echo $monitor->Enabled() ?>'
|
'Enabled': '<?php echo $monitor->Enabled() ?>',
|
||||||
'DecodingEnabled': '<?php echo $monitor->DecodingEnabled() ?>'
|
'DecodingEnabled': '<?php echo $monitor->DecodingEnabled() ?>'
|
||||||
};
|
};
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue