mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
이모티콘 아이콘의 경우 editor_component링크를 걸지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3876 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
30e8773331
commit
6aa5e83ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue