mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#340 popup_menu_area에 width 속성 지정하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3397 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8adbff8fca
commit
ca6f7c5293
1 changed files with 0 additions and 1 deletions
|
|
@ -605,7 +605,6 @@ function displayPopupMenu(ret_obj, response_tags, params) {
|
|||
if(html) {
|
||||
// 레이어 출력
|
||||
xInnerHtml('popup_menu_area', "<div class=\"box\">"+html+"</div>");
|
||||
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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue