mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 17:47:40 +01:00
removed forgotten comma
This commit is contained in:
parent
d7fe6072a5
commit
02fb226350
@ -198,7 +198,7 @@ DynMap.prototype = {
|
||||
.attr({
|
||||
id: 'chatinput',
|
||||
type: 'text',
|
||||
value: '',
|
||||
value: ''
|
||||
})
|
||||
.keydown(function(event) {
|
||||
if (event.keyCode == '13') {
|
||||
|
Loading…
Reference in New Issue
Block a user