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

@ -6,7 +6,7 @@
{% block head %}
{{ super() }}
<script type="module" src="{{ static('bundled/subscription/stats-index.ts') }}" defer></script>
<script type="module" src="{{ static('bundled/subscription/stats-index.ts') }}"></script>
{% endblock %}
{% block content %}