이모티콘 아이콘의 경우 editor_component링크를 걸지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3876 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-28 12:46:02 +00:00
parent 30e8773331
commit 6aa5e83ab9

View file

@ -2,7 +2,7 @@ function insertEmoticon(obj) {
if(typeof(opener)=='undefined') return;
var url = obj.src.replace(request_uri,'');
var text = "<img editor_component=\"emoticon\" src=\""+url+"\" alt=\"emoticon\">";
var text = "<img src=\""+url+"\" alt=\"emoticon\">";
opener.editorFocus(opener.editorPrevSrl);