mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix
This commit is contained in:
parent
2b28d813f8
commit
ece0296972
@ -131,7 +131,7 @@ echo "</div>";
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
$(".loading_tree").hide();
|
||||
|
||||
|
||||
var treeController = TreeController.getController();
|
||||
|
||||
processTreeSearch();
|
||||
@ -150,12 +150,8 @@ echo "</div>";
|
||||
parameters['getChildren'] = 1;
|
||||
parameters['filter'] = {};
|
||||
parameters['type'] = "<?php echo $tab; ?>";
|
||||
parameters['filter']['search'] = function () {
|
||||
return $("input#text-search").val();
|
||||
};
|
||||
parameters['filter']['status'] = function () {
|
||||
return $("select#status").val();
|
||||
};
|
||||
parameters['filter']['search'] = $("input#text-search").val();
|
||||
parameters['filter']['status'] = $("select#status").val();
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
|
Loading…
x
Reference in New Issue
Block a user