From 56f126d5f2283ce0b4b25e0f6e0a398ce18fd862 Mon Sep 17 00:00:00 2001 From: Arthur Mayer Date: Fri, 18 Feb 2011 11:15:05 +0100 Subject: [PATCH] uups. removed debug alert, added function call --- web/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/map.js b/web/map.js index 57ff6a92..dd46d92e 100644 --- a/web/map.js +++ b/web/map.js @@ -215,7 +215,7 @@ DynMap.prototype = { .keydown(function(event) { if (event.keyCode == '13') { event.preventDefault(); - alert(this.value); + sendChat(this.value); } }) .appendTo(chat);