mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
A lot small changes that results in a timeslider that shows the latest text
This commit is contained in:
parent
182477af93
commit
44aa476ec0
36 changed files with 6944 additions and 52 deletions
|
@ -270,8 +270,7 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options) {
|
|||
}
|
||||
|
||||
function sendMessage(msg) {
|
||||
//socket.postMessage(JSON.stringify({type: "COLLABROOM", data: msg}));
|
||||
socket.send(JSON.stringify({type: "COLLABROOM", data: msg}));
|
||||
socket.send({type: "COLLABROOM", component: "pad", data: msg});
|
||||
}
|
||||
|
||||
function wrapRecordingErrors(catcher, func) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue