mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Ops, forgot the static files
This commit is contained in:
parent
80a478fd55
commit
af57413cfa
3 changed files with 5 additions and 6 deletions
|
@ -70,8 +70,7 @@
|
|||
}
|
||||
|
||||
//build up the socket io connection
|
||||
socket = new io.Socket();
|
||||
socket.connect();
|
||||
socket = io.connect();
|
||||
|
||||
//send the ready message once we're connected
|
||||
socket.on('connect', function()
|
||||
|
@ -105,7 +104,7 @@
|
|||
"token": token,
|
||||
"protocolVersion": 2};
|
||||
|
||||
socket.send(msg);
|
||||
socket.json.send(msg);
|
||||
}
|
||||
|
||||
var fireWhenAllScriptsAreLoaded = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue