Change for the inner nerd in me.
This commit is contained in:
parent
da4c456254
commit
20e954b905
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ DynMap.prototype = {
|
|||
value: ''
|
||||
})
|
||||
.keydown(function(event) {
|
||||
if (event.keyCode == '13') {
|
||||
if (event.keyCode === 13) {
|
||||
event.preventDefault();
|
||||
sendChat(chatinput.val());
|
||||
chatinput.val('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue