diff --git a/modules/editor/components/emoticon/tpl/popup.js b/modules/editor/components/emoticon/tpl/popup.js index e3a1598c3..8a99f6f25 100644 --- a/modules/editor/components/emoticon/tpl/popup.js +++ b/modules/editor/components/emoticon/tpl/popup.js @@ -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 = "\"emoticon\""; opener.editorFocus(opener.editorPrevSrl);