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:
Peter Pfeufer 2022-07-09 15:57:43 +02:00
parent 64ee273953
commit c930f7bbeb
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
3 changed files with 9 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 src="{% static 'js/refresh_notifications.js' %}"></script>

View File

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