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