mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1777 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eb480a4e85
commit
252cae648c
2 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ function completeGetCategoryTplInfo(ret_obj, response_tags) {
|
|||
xTop(obj, y);
|
||||
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
||||
|
||||
if(xGetElementById('cBody')) {
|
||||
if(xGetElementById('cBody') && xHeight('cBody')< y+xHeight(obj)+50) {
|
||||
xHeight('cBody', y + xHeight(obj) + 50);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ function completeGetMenuItemTplInfo(ret_obj, response_tags) {
|
|||
xTop(obj, y);
|
||||
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
||||
|
||||
if(xGetElementById('cBody')) {
|
||||
if(xGetElementById('cBody') && xHeight('cBody')< y+xHeight(obj)+50) {
|
||||
xHeight('cBody', y + xHeight(obj) + 50);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue