From c46450132614b6ccd83228a1ffab94b6a6c11a91 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 3 Apr 2007 12:29:32 +0000 Subject: [PATCH] Removed CTRL+T SVN revision: 1823 --- scripts/elcode.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/elcode.js b/scripts/elcode.js index 4202028c..891f667b 100755 --- a/scripts/elcode.js +++ b/scripts/elcode.js @@ -145,10 +145,6 @@ function elKeyPress(evt) elcode(document.form1.Text, 'CODE',''); return false; } - if (actualkey == "t") { - elcode(document.form1.Text, 'TABLE',''); - return false; - } if (actualkey == "l") { elcode(document.form1.Text, 'LIST',''); return false;