removed forgotten comma
This commit is contained in:
parent
11296264f2
commit
82f3cc213b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue