Merge branch 'filterdropdown-backwards-compatibility' into 'master'

Add filterdropdown bundle to AA2 to ensure backwards compatibility

See merge request allianceauth/allianceauth!1437
This commit is contained in:
Ariel Rin 2022-07-11 04:15:25 +00:00
commit 22a270aedb
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{% load static %}
<script src="{% static 'js/eve-time.js' %}"></script>

View File

@ -0,0 +1,3 @@
{% load static %}
<script type="application/javascript" src="{% static 'js/filterDropDown/filterDropDown.min.js' %}">

View File

@ -0,0 +1,3 @@
{% load static %}
<script src="{% static 'js/refresh_notifications.js' %}"></script>

View File

@ -0,0 +1,3 @@
{% load static %}
<script src="{% static 'js/timers.js' %}"></script>