mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Remove defer from script where type=module is used
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user