mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
이모티콘을 본문에 추가할 경우 url이 잘못되던 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2407 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5574ab94b7
commit
3ad0d7a85f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
function insertEmoticon(obj) {
|
||||
if(typeof(opener)=='undefined') return;
|
||||
|
||||
var url = obj.src.replace(request_uri,'');
|
||||
var url = obj.src.replace(request_uri,'/');
|
||||
var text = "<img src=\""+url+"\" border=\"0\" alt=\"emoticon\" />";
|
||||
|
||||
opener.editorFocus(opener.editorPrevSrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue