Merge pull request #2470 from cetra3/timeslider_proxy_fix
Timeslider proxy fix
This commit is contained in:
commit
4ab4c9998b
|
@ -62,8 +62,8 @@ function init() {
|
||||||
var resource = exports.baseURL.substring(1) + 'socket.io';
|
var resource = exports.baseURL.substring(1) + 'socket.io';
|
||||||
|
|
||||||
//build up the socket io connection
|
//build up the socket io connection
|
||||||
socket = io.connect(url, {resource: resource});
|
socket = io.connect(url, {path: exports.baseURL + 'socket.io', resource: resource});
|
||||||
|
|
||||||
//send the ready message once we're connected
|
//send the ready message once we're connected
|
||||||
socket.on('connect', function()
|
socket.on('connect', function()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue