Update cryptalk.js

This commit is contained in:
Robin Nilsson 2014-09-25 10:01:52 +02:00
parent 7e5a0c3812
commit 213ab4f3a2
1 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ define({
return ( return (
room room
? post('error', templates.messages.already_in_room) ? post('error', templates.messages.already_in_room)
: socket.emit('room:join', payload) : socket.emit('room:join', $.MD5(payload))
); );
}, },
@ -550,4 +550,4 @@ define({
} }
}); });
}); });