mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
unconfigured indexers: don't save the search filter
This commit is contained in:
@@ -170,6 +170,10 @@ function displayUnconfiguredIndexersList() {
|
||||
indexersTable.find("table").DataTable(
|
||||
{
|
||||
"stateSave": true,
|
||||
"fnStateSaveParams": function (oSettings, sValue) {
|
||||
sValue.search.search = ""; // don't save the search filter content
|
||||
return sValue;
|
||||
},
|
||||
"bAutoWidth": false,
|
||||
"pageLength": -1,
|
||||
"lengthMenu": [[10, 20, 50, 100, 250, 500, -1], [10, 20, 50, 100, 250, 500, "All"]],
|
||||
|
Reference in New Issue
Block a user