diff --git a/common/js/tree_menu.js b/common/js/tree_menu.js index ebf2a1af6..64b079b2c 100644 --- a/common/js/tree_menu.js +++ b/common/js/tree_menu.js @@ -327,7 +327,7 @@ function selectNode(menu_id, node_srl, zone_id, move_url) { if(typeof(move_url)=="undefined"||move_url==true) { var func = node_callback_func[menu_id]; func(menu_id, node_info_list[menu_id][node_srl]); - toggleFolder(zone_id); + //toggleFolder(zone_id); } } diff --git a/modules/layout/tpl/layout_info.html b/modules/layout/tpl/layout_info.html index 98e5b4eae..085b2c146 100644 --- a/modules/layout/tpl/layout_info.html +++ b/modules/layout/tpl/layout_info.html @@ -102,9 +102,6 @@ - - -
{$menu->name} ({$lang->limit_menu_depth} : {$menu->maxdepth} {$lang->depth})
@@ -125,7 +122,7 @@