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
|
@ -270,7 +270,7 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options) {
|
|||
}
|
||||
|
||||
function sendMessage(msg) {
|
||||
socket.send({type: "COLLABROOM", component: "pad", data: msg});
|
||||
socket.json.send({type: "COLLABROOM", component: "pad", data: msg});
|
||||
}
|
||||
|
||||
function wrapRecordingErrors(catcher, func) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue