From 3ad0d7a85fc70940f982aeb6f4fbd793312fe8b3 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 24 Aug 2007 06:34:22 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AA=A8=ED=8B=B0=EC=BD=98=EC=9D=84?= =?UTF-8?q?=20=EB=B3=B8=EB=AC=B8=EC=97=90=20=EC=B6=94=EA=B0=80=ED=95=A0=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20url=EC=9D=B4=20=EC=9E=98=EB=AA=BB=EB=90=98?= =?UTF-8?q?=EB=8D=98=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2407 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/emoticon/tpl/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);