From 442009ba323bf61d9c36a86fda81c7d66cb670d8 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 3 Apr 2007 11:16:49 +0000 Subject: [PATCH] Removed alert() SVN revision: 1820 --- scripts/elcode.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/elcode.js b/scripts/elcode.js index e80b77c1..4202028c 100755 --- a/scripts/elcode.js +++ b/scripts/elcode.js @@ -118,7 +118,6 @@ function elKeyPress(evt) evt = (evt) ? evt : window.event; var unicode = evt.charCode ? evt.charCode : evt.keyCode; var actualkey = String.fromCharCode(unicode); - alert('unicode: '+ unicode); if (evt.ctrlKey && !evt.shiftKey && !evt.altKey) {