mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
fix timeslider socket issue
This commit is contained in:
parent
ffdce760d5
commit
745ef5db1c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function init() {
|
|||
var resource = exports.baseURL.substring(1) + 'socket.io';
|
||||
|
||||
//build up the socket io connection
|
||||
var socket = io.connect(url, {resource: resource});
|
||||
socket = io.connect(url, {resource: resource});
|
||||
|
||||
//send the ready message once we're connected
|
||||
socket.on('connect', function()
|
||||
|
|
Loading…
Reference in a new issue