diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index c83b3f3751..12a69aed64 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -235,7 +235,8 @@ enterprise_hook('close_meta_frame'); $("form#tree_search").submit(function(e) { e.preventDefault(); - + $(".tree-element-detail-content").hide(); + $(".tree-controller-detail-recipient").hide(); processTreeSearch(); });