Fix linking to socket
This commit is contained in:
parent
0fa858727e
commit
1599c6827d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
$(window).load(function () {
|
||||
|
||||
// Main Socket Object
|
||||
socket = io('http{{ ($node->https === true) ? 's' : '' }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/ws/{{ $server->uuid }}', {
|
||||
socket = io('{{ $node->scheme }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/ws/{{ $server->uuid }}', {
|
||||
'query': 'token={{ $server->daemonSecret }}'
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue