mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Hide data of agent/module when search again or new search. tiquet: #2052
This commit is contained in:
parent
f23e6ceacf
commit
e90406abaf
@ -235,7 +235,8 @@ enterprise_hook('close_meta_frame');
|
|||||||
|
|
||||||
$("form#tree_search").submit(function(e) {
|
$("form#tree_search").submit(function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
$(".tree-element-detail-content").hide();
|
||||||
|
$(".tree-controller-detail-recipient").hide();
|
||||||
processTreeSearch();
|
processTreeSearch();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user