mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix
This commit is contained in:
parent
c647ae8048
commit
cd560178c0
@ -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