Skip to content

Commit bb84bba

Browse files
remove async from select.js script
1 parent 68b28a6 commit bb84bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RIGS/templates/event_archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
{% block preload_js %}
1313
{{ block.super }}
14-
<script src="{% static 'js/selects.js' %}" async></script>
14+
<script src="{% static 'js/selects.js' %}"></script>
1515
{% endblock %}
1616

1717
{% block content %}

RIGS/templates/hs/risk_assessment_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% endblock %}
1010

1111
{% block preload_js %}
12-
<script src="{% static 'js/selects.js' %}" async></script>
12+
<script src="{% static 'js/selects.js' %}"></script>
1313
{% endblock %}
1414

1515
{% block js %}

0 commit comments

Comments
 (0)