From 1563eab36428ca08d5192474e78d434e4f9ed95f Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 10 Apr 2007 06:50:00 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1074 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/tree_menu.js | 3 +++ layouts/sample_layout/layout.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common/js/tree_menu.js b/common/js/tree_menu.js index 517ff55d2..ebf2a1af6 100644 --- a/common/js/tree_menu.js +++ b/common/js/tree_menu.js @@ -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(); diff --git a/layouts/sample_layout/layout.html b/layouts/sample_layout/layout.html index 7d765e10a..9c41b5fa3 100644 --- a/layouts/sample_layout/layout.html +++ b/layouts/sample_layout/layout.html @@ -1,5 +1,5 @@