Skip to content
Snippets Groups Projects
Commit 5a0e777b authored by Leo Fahrbach's avatar Leo Fahrbach
Browse files

Fix websocket reloading, by removing rouge space

parent 4a408a6b
No related branches found
No related tags found
No related merge requests found
Pipeline #1581 passed with warnings
......@@ -75,7 +75,7 @@
{# Automatic reload of the page: #}
{# - either if the start date / end date of a election is due#}
{# - or if the admin started / stopped one election and the page is notified with a websocket#}
<script src="{% static " js/jquery-3.5.1.min.js" %}"
<script src="{% static "js/jquery-3.5.1.min.js" %}"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script>
<script src="{% static " js/reload.js" %}"></script>
<script src="{% static "js/reload.js" %}"></script>
{% endblock %}
\ No newline at end of file
......@@ -76,7 +76,7 @@
{# Automatic reload of the page: #}
{# - either if the start date / end date of a election is due#}
{# - or if the admin started / stopped one election and the page is notified with a websocket#}
<script src="{% static " js/jquery-3.5.1.min.js" %}"
<script src="{% static "js/jquery-3.5.1.min.js" %}"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script>
<script src="{% static " js/reload.js" %}"></script>
<script src="{% static "js/reload.js" %}"></script>
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment