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