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
@ -150,12 +150,8 @@ echo "</div>";
|
|||||||
parameters['getChildren'] = 1;
|
parameters['getChildren'] = 1;
|
||||||
parameters['filter'] = {};
|
parameters['filter'] = {};
|
||||||
parameters['type'] = "<?php echo $tab; ?>";
|
parameters['type'] = "<?php echo $tab; ?>";
|
||||||
parameters['filter']['search'] = function () {
|
parameters['filter']['search'] = $("input#text-search").val();
|
||||||
return $("input#text-search").val();
|
parameters['filter']['status'] = $("select#status").val();
|
||||||
};
|
|
||||||
parameters['filter']['status'] = function () {
|
|
||||||
return $("select#status").val();
|
|
||||||
};
|
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user