mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Now the tree dissapear when a new search is done
This commit is contained in:
parent
36cae31017
commit
677c8cfa0d
@ -143,6 +143,10 @@ echo "</div>";
|
|||||||
});
|
});
|
||||||
|
|
||||||
function processTreeSearch () {
|
function processTreeSearch () {
|
||||||
|
// Clear the tree
|
||||||
|
if (typeof treeController.recipient != 'undefined' && treeController.recipient.length > 0)
|
||||||
|
treeController.recipient.empty();
|
||||||
|
|
||||||
$(".loading_tree").show();
|
$(".loading_tree").show();
|
||||||
|
|
||||||
var parameters = {};
|
var parameters = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user