From 9955c5369d17d08e852a7a515f48d80fe3af5582 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 16 Apr 2007 01:37:13 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1147 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/tree_menu.js | 2 +- modules/layout/tpl/layout_info.html | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 @@