From 69fcd7d1f4c19e11a85cb67c8889507a93fd529b Mon Sep 17 00:00:00 2001 From: misol Date: Tue, 5 Jan 2010 11:30:31 +0000 Subject: [PATCH] =?UTF-8?q?#18099433=20createElement=EB=A1=9C=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=ED=95=B4=EC=84=9C=20button=20type=EA=B0=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20web?= =?UTF-8?q?kit=20=EA=B3=84=EC=97=B4=20=EB=B2=84=EA=B7=B8=20=EB=95=8C?= =?UTF-8?q?=EB=AC=B8=EC=97=90=20innerHtml=EB=A1=9C=20=EC=88=98=EC=A0=95.?= =?UTF-8?q?=20(=EC=9E=85=EB=A0=A5=ED=95=98=EB=8A=94=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=EC=9D=80=20=EB=8F=99=EC=9D=BC.)?= 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@7124 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../editor/skins/xpresseditor/js/Xpress_Editor.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js index d2eb8dd23..2896b4dbd 100644 --- a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js +++ b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js @@ -4565,17 +4565,7 @@ xe.XE_SCharacter = $.Class({ for(var ii=0; ii"); - }else{ - button = document.createElement("BUTTON"); - button.type = "button"; - } - span = document.createElement("SPAN"); - span.innerHTML = unescape(this.charSet[i][ii]); - button.appendChild(span); - - aLI[ii].appendChild(button); + aLI[ii].innerHTML = ''; this.aSCharList[i].appendChild(aLI[ii]); }