diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-11 17:46:27 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-11 17:46:27 +0100 |
commit | 24efdc59cb58c5bbfa49516088fe124bc9f431c1 (patch) | |
tree | 43a226b15fa5ec542d931f982cc3d40f740e87ed /webchat/public/client.js | |
parent | 2d823c8f8557f0a49e4307717e99a90b24052e9c (diff) |
webchat: still refactoring
Diffstat (limited to 'webchat/public/client.js')
-rw-r--r-- | webchat/public/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webchat/public/client.js b/webchat/public/client.js index 4842d9c2..5e0202a1 100644 --- a/webchat/public/client.js +++ b/webchat/public/client.js @@ -17,7 +17,7 @@ $(function connect() { console.log('message', e.data); try { var object = JSON.parse(e.data); - console.log(object.message); + console.log(object); clientParser(object); } catch (error) { |