From 213ab4f3a296f4f7f3c4be3142387813ba90854d Mon Sep 17 00:00:00 2001 From: Robin Nilsson Date: Thu, 25 Sep 2014 10:01:52 +0200 Subject: [PATCH] Update cryptalk.js --- public/js/cryptalk_modules/cryptalk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/cryptalk_modules/cryptalk.js b/public/js/cryptalk_modules/cryptalk.js index 41a0c12..8d74b37 100644 --- a/public/js/cryptalk_modules/cryptalk.js +++ b/public/js/cryptalk_modules/cryptalk.js @@ -372,7 +372,7 @@ define({ return ( room ? post('error', templates.messages.already_in_room) - : socket.emit('room:join', payload) + : socket.emit('room:join', $.MD5(payload)) ); }, @@ -550,4 +550,4 @@ define({ } }); -}); \ No newline at end of file +});