editor.js 활성화시 실패라는 메시지 뜨지 않도록 주석처리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2714 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
venister 2007-10-10 01:47:45 +00:00
parent ef25eb818a
commit 2906a845af

View file

@ -189,7 +189,7 @@ function editorStart(editor_sequence, primary_key, content_key, resizable, edito
// iframe에 focus가 될때 에디터 모드로 전환하도록 이벤트 지정
if(xIE4Up) xAddEventListener(iframe_obj, "focus", editor_start_func[editor_sequence] );
else xAddEventListener(iframe_obj.contentWindow, "focus", editor_start_func[editor_sequence] );
alert('실패');
//alert('실패');
}
xAddEventListener(document,'mouseup',editorEventCheck);