mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
[CHANGE] Re-enable filterDropdown JS
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user