This commit is contained in:
saloui 2023-05-14 21:18:18 +02:00
parent 7f0e34230e
commit dc4f8a577d

View File

@ -14,7 +14,7 @@ var globals={
waitAnimation:undefined
}
var socket = io.connect('http://' + document.domain + ':' + location.port);
var socket = io.connect(location.protocol + '//' + document.domain + ':' + location.port);
socket.on('connect', function() {
});