Raise wordlists page limit to 50

This commit is contained in:
Raynald
2023-11-19 18:35:47 +01:00
parent 2bb114b065
commit e5eff047b2
@@ -88,7 +88,7 @@ $(document).ready(function() {
"<'table-responsive'tr>" +
"<'dt--bottom-section d-sm-flex justify-content-sm-between text-center'<'dt--pages-count mb-sm-0 mb-3'i><'dt--pagination'p>>",
"lengthMenu": [5, 10, 20, 50],
"pageLength": 5,
"pageLength": 50,
"initComplete": function(settings, json) {
$('[data-toggle="tooltip"]').tooltip();
}