mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
76053c0df4
commit
1563eab364
2 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ function loadTreeMenu(url, menu_id, zone_id, title, callback_func, manual_select
|
|||
var zone = xGetElementById(zone_id);
|
||||
if(typeof(zone)=="undefined") return;
|
||||
|
||||
// 관리가 아닌 사용일경우는 menu_id를 변경
|
||||
if(typeof(callback_func)=='undefined') menu_id = 'display_'+menu_id;
|
||||
|
||||
// 노드 정보들을 담을 변수 세팅
|
||||
node_info_list[menu_id] = new Array();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue