mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Also adds timers.js
, eve-time.js
and refresh_notifications.js
As these seem to be used in some apps as well
This commit is contained in:
parent
64ee273953
commit
c930f7bbeb
3
allianceauth/templates/bundles/evetime-js.html
Normal file
3
allianceauth/templates/bundles/evetime-js.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<script src="{% static 'js/eve-time.js' %}"></script>
|
@ -0,0 +1,3 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<script src="{% static 'js/refresh_notifications.js' %}"></script>
|
3
allianceauth/templates/bundles/timers-js.html
Normal file
3
allianceauth/templates/bundles/timers-js.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<script src="{% static 'js/timers.js' %}"></script>
|
Loading…
x
Reference in New Issue
Block a user