From 37b4a0494d4c7a2b3b749cea81ff30e7d70842b0 Mon Sep 17 00:00:00 2001 From: zero Date: Sat, 24 Mar 2007 13:44:20 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@631 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/tpl/js/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index 26e7f0f8e..87aaae5ff 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -73,7 +73,6 @@ function editorStart(upload_target_srl) { xAddEventListener(document,'dblclick',editorSearchComponent); } - //xAddEventListener(document,'keypress',editorKeyPress); xAddEventListener(document,'mouseup',editorEventCheck); xAddEventListener(document,'mousedown',editorHideObject);