From ca6f7c52934286158fd4cf810a7fe879abf293dd Mon Sep 17 00:00:00 2001 From: bnu Date: Sat, 22 Dec 2007 08:21:47 +0000 Subject: [PATCH] =?UTF-8?q?#340=20popup=5Fmenu=5Farea=EC=97=90=20width=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=A7=80=EC=A0=95=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=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@3397 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/js/common.js b/common/js/common.js index 1a4c07901..9ff690d7d 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -605,7 +605,6 @@ function displayPopupMenu(ret_obj, response_tags, params) { if(html) { // 레이어 출력 xInnerHtml('popup_menu_area', "
"+html+"
"); - xWidth(area, xWidth(area)); xLeft(area, params["page_x"]); xTop(area, params["page_y"]); if(xWidth(area)+xLeft(area)>xClientWidth()+xScrollLeft()) xLeft(area, xClientWidth()-xWidth(area)+xScrollLeft());