Merge pull request #2470 from cetra3/timeslider_proxy_fix

Timeslider proxy fix
This commit is contained in:
John McLear 2015-01-19 13:32:03 +00:00
commit 4ab4c9998b
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ function init() {
var resource = exports.baseURL.substring(1) + 'socket.io';
//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
socket.on('connect', function()
{