From 6aa5e83ab9ba2436338e74ca92c80207c4f66067 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 28 Feb 2008 12:46:02 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AA=A8=ED=8B=B0=EC=BD=98=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=EC=9D=98=20=EA=B2=BD=EC=9A=B0=20edi?= =?UTF-8?q?tor=5Fcomponent=EB=A7=81=ED=81=AC=EB=A5=BC=20=EA=B1=B8=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EB=8F=84=EB=A1=9D=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@3876 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 61492c8ed..9708dafdd 100644 --- a/modules/editor/components/emoticon/tpl/popup.js +++ b/modules/editor/components/emoticon/tpl/popup.js @@ -2,7 +2,7 @@ function insertEmoticon(obj) { if(typeof(opener)=='undefined') return; var url = obj.src.replace(request_uri,''); - var text = "\"emoticon\""; + var text = "\"emoticon\""; opener.editorFocus(opener.editorPrevSrl);