User Monitor->Url() instead of Monitor->Server->Url() which will append port #

This commit is contained in:
Isaac Connor 2018-10-20 14:33:09 -04:00
parent 069f67a10f
commit 559f34a838
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var connKey = '<?php echo $connkey ?>';
var monitorUrl = '<?php echo ( $monitor->Server()->Url() ) ?>';
var monitorUrl = '<?php echo ( $monitor->Url() ) ?>';
var CMD_QUIT = <?php echo CMD_QUIT ?>;