Remove defer from script where type=module is used

This commit is contained in:
2024-11-19 15:16:23 +01:00
committed by Bartuccio Antoine
parent 8a8851847c
commit 0485ab1120
12 changed files with 19 additions and 14 deletions

View File

@ -10,7 +10,7 @@
{% endblock %}
{% block additional_js %}
<script type="module" src="{{ static('bundled/pedagogy/guide-index.js') }}" defer></script>
<script type="module" src="{{ static('bundled/pedagogy/guide-index.js') }}"></script>
{% endblock %}
{% block head %}