위지윅에디터의 rewrite mod에 따른 첨부이미지/파일등의 경로가 바뀌는 오류를 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6107 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-15 03:16:43 +00:00
parent 13ad615f77
commit 5bf4b345a9
6 changed files with 58 additions and 34 deletions

View file

@ -9,7 +9,7 @@ function insertEmoticon(obj) {
var iframe_obj = opener.editorGetIFrame(opener.editorPrevSrl)
opener.editorReplaceHTML(iframe_obj, text);
opener.editorFocus(opener.editorPrevSrl);
self.focus();
}
/* 선택된 이모티콘 목록을 가져옴 */