mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@308 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ea6d03386e
commit
0897feb1d4
2 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ function completeInsertLayoutMenu(ret_obj) {
|
|||
var menu_title = ret_obj['menu_title'];
|
||||
var menu_srl = ret_obj['menu_srl'];
|
||||
loadTreeMenu(xml_file, menu_id, "menu_zone_"+menu_id, menu_title, doGetMenuInfo, menu_srl);
|
||||
|
||||
if(!menu_srl) {
|
||||
xInnerHtml("menu_zone_info_"+menu_id, "");
|
||||
}
|
||||
}
|
||||
|
||||
/* 레이아웃 멘뉴 삭제 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue