diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index ff15dda9d..b0f7268b2 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -95,7 +95,7 @@ function editorStart(upload_target_srl, resizable, height) { xAddEventListener(document,'mouseup',editorEventCheck); xAddEventListener(document,'mousedown',editorHideObject); - if(xIE4Up) { + if(xIE4Up && xGetElementById('for_ie_help_'+upload_target_srl)) { xGetElementById('for_ie_help_'+upload_target_srl).style.display = "block"; }