From 02fb2263508197f5997e82b9e573664eef51f782 Mon Sep 17 00:00:00 2001 From: Arthur Mayer Date: Sun, 20 Feb 2011 02:02:45 +0100 Subject: [PATCH] removed forgotten comma --- web/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {