uups. removed debug alert, added function call
This commit is contained in:
parent
10f93c02c1
commit
56f126d5f2
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ DynMap.prototype = {
|
|||
.keydown(function(event) {
|
||||
if (event.keyCode == '13') {
|
||||
event.preventDefault();
|
||||
alert(this.value);
|
||||
sendChat(this.value);
|
||||
}
|
||||
})
|
||||
.appendTo(chat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue