Skip to content

Commit 2d2df68

Browse files
authored
Merge pull request #630 from jamesatjaminit/master
Remove missed async attributes
2 parents 6fd8f17 + 2e9b7e3 commit 2d2df68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/templates/asset_list.html

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

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

1818
{% block js %}

assets/templates/cable_list.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 js %}

0 commit comments

Comments
 (0)