mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
uups. removed debug alert, added function call
This commit is contained in:
parent
10f93c02c1
commit
56f126d5f2
@ -215,7 +215,7 @@ DynMap.prototype = {
|
||||
.keydown(function(event) {
|
||||
if (event.keyCode == '13') {
|
||||
event.preventDefault();
|
||||
alert(this.value);
|
||||
sendChat(this.value);
|
||||
}
|
||||
})
|
||||
.appendTo(chat);
|
||||
|
Loading…
Reference in New Issue
Block a user