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());