mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -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
|
@ -60,7 +60,7 @@ function randomString() {
|
|||
|
||||
function handshake()
|
||||
{
|
||||
socket = new io.connect();
|
||||
socket = io.connect();
|
||||
|
||||
socket.on('connect', function(){
|
||||
var padId= document.URL.substring(document.URL.lastIndexOf("/")+1);
|
||||
|
@ -80,7 +80,7 @@ function handshake()
|
|||
"token": token,
|
||||
"protocolVersion": 2};
|
||||
|
||||
socket.send(msg);
|
||||
socket.json.send(msg);
|
||||
});
|
||||
|
||||
var receivedClientVars=false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue