mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Merge pull request #2470 from cetra3/timeslider_proxy_fix
Timeslider proxy fix
This commit is contained in:
commit
4ab4c9998b
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ 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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue