diff --git a/web/map.js b/web/map.js index e6965c23..3d7fea62 100644 --- a/web/map.js +++ b/web/map.js @@ -198,7 +198,7 @@ DynMap.prototype = { .attr({ id: 'chatinput', type: 'text', - value: '', + value: '' }) .keydown(function(event) { if (event.keyCode == '13') {