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