Now the tree dissapear when a new search is done
This commit is contained in:
parent
bb1a0ecd23
commit
b29783f6fe
|
@ -143,6 +143,10 @@ echo "</div>";
|
|||
});
|
||||
|
||||
function processTreeSearch () {
|
||||
// Clear the tree
|
||||
if (typeof treeController.recipient != 'undefined' && treeController.recipient.length > 0)
|
||||
treeController.recipient.empty();
|
||||
|
||||
$(".loading_tree").show();
|
||||
|
||||
var parameters = {};
|
||||
|
|
Loading…
Reference in New Issue