outcomment the message recieve on the client side ;)
parent
325c322a27
commit
6c05ef8746
|
@ -195,11 +195,11 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options) {
|
||||||
initialStartConnectTime = +new Date();
|
initialStartConnectTime = +new Date();
|
||||||
// });
|
// });
|
||||||
|
|
||||||
/*socket.on('message', function(obj){
|
socket.on('message', function(obj){
|
||||||
if(window.console)
|
if(window.console)
|
||||||
console.log(obj);
|
console.log(obj);
|
||||||
handleMessageFromServer(obj);
|
handleMessageFromServer(obj);
|
||||||
});*/
|
});
|
||||||
|
|
||||||
socket.on('disconnect', function(obj){
|
socket.on('disconnect', function(obj){
|
||||||
handleSocketClosed(true);
|
handleSocketClosed(true);
|
||||||
|
|
Loading…
Reference in New Issue