mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
editor.js 활성화시 실패라는 메시지 뜨지 않도록 주석처리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2714 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef25eb818a
commit
2906a845af
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue