A lot small changes that results in a timeslider that shows the latest text

This commit is contained in:
Peter 'Pita' Martischka 2011-06-20 11:44:04 +01:00
parent 182477af93
commit 44aa476ec0
36 changed files with 6944 additions and 52 deletions

View file

@ -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) {