mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Fixed hardcoded path to socket
This commit is contained in:
parent
fca9580bd8
commit
4989155c35
@ -38,7 +38,7 @@ define(function (require) {
|
||||
missions.fetch();
|
||||
mods.fetch();
|
||||
|
||||
var socket = io.connect('http://localhost');
|
||||
var socket = io.connect('//');
|
||||
socket.on('servers', function (_servers) {
|
||||
servers.set(_servers);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user