mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
[CHANGE] Re-enable filterDropdown JS
This commit is contained in:
parent
5cd5180a91
commit
3ebf11308c
@ -71,7 +71,7 @@
|
||||
{% block extra_javascript %}
|
||||
{% include 'bundles/datatables-js-bs5.html' %}
|
||||
{% include 'bundles/moment-js.html' with locale=True %}
|
||||
{# {% include 'bundles/filterdropdown-js.html' %}#}
|
||||
{% include 'bundles/filterdropdown-js.html' %}
|
||||
|
||||
<script>
|
||||
$.fn.dataTable.moment = (format, locale) => {
|
||||
@ -117,7 +117,8 @@
|
||||
idx: 6
|
||||
}
|
||||
],
|
||||
bootstrap: true
|
||||
bootstrap: true,
|
||||
bootstrap_version: 5
|
||||
},
|
||||
"stateSave": true,
|
||||
"stateDuration": 0
|
||||
|
@ -55,7 +55,7 @@
|
||||
{% endblock content %}
|
||||
{% block extra_javascript %}
|
||||
{% include "bundles/datatables-js-bs5.html" %}
|
||||
{# {% include "bundles/filterdropdown-js.html" %}#}
|
||||
{% include "bundles/filterdropdown-js.html" %}
|
||||
|
||||
<script>
|
||||
$(document).ready(() => {
|
||||
@ -75,7 +75,8 @@
|
||||
idx: 0,
|
||||
title: 'Source'
|
||||
}],
|
||||
bootstrap: true
|
||||
bootstrap: true,
|
||||
bootstrap_version: 5
|
||||
},
|
||||
"stateSave": true,
|
||||
"stateDuration": 0,
|
||||
|
@ -60,7 +60,7 @@
|
||||
|
||||
{% block extra_javascript %}
|
||||
{% include "bundles/datatables-js-bs5.html" %}
|
||||
{# {% include "bundles/filterdropdown-js.html" %}#}
|
||||
{% include "bundles/filterdropdown-js.html" %}
|
||||
|
||||
<script>
|
||||
$(document).ready(() => {
|
||||
@ -86,6 +86,7 @@
|
||||
}
|
||||
],
|
||||
bootstrap: true,
|
||||
bootstrap_version: 5
|
||||
},
|
||||
"stateSave": true,
|
||||
"stateDuration": 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user