이모티콘을 본문에 추가할 경우 url이 잘못되던 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2407 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-24 06:34:22 +00:00
parent 5574ab94b7
commit 3ad0d7a85f

View file

@ -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);