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

@ -75,10 +75,11 @@ function handshake()
createCookie("token", token, 60);
}
var msg = { "type":"CLIENT_READY",
var msg = { "component" : "pad",
"type":"CLIENT_READY",
"padId": padId,
"token": token,
"protocolVersion": 1};
"protocolVersion": 2};
socket.send(msg);
});