From 6c05ef8746857902a7e56293f8723030f8dba727 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sat, 26 Mar 2011 13:31:19 +0000 Subject: [PATCH] outcomment the message recieve on the client side ;) --- static/js/collab_client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/collab_client.js b/static/js/collab_client.js index dcffc87ca..be38eae0e 100644 --- a/static/js/collab_client.js +++ b/static/js/collab_client.js @@ -195,11 +195,11 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options) { initialStartConnectTime = +new Date(); // }); - /*socket.on('message', function(obj){ + socket.on('message', function(obj){ if(window.console) console.log(obj); handleMessageFromServer(obj); - });*/ + }); socket.on('disconnect', function(obj){ handleSocketClosed(true);