mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Remove defer from script where type=module is used
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
{%- endblock -%}
|
||||
|
||||
{%- block additional_js -%}
|
||||
<script type="module" src="{{ static('bundled/sas/album-index.js') }}" defer></script>
|
||||
<script type="module" src="{{ static('bundled/sas/album-index.js') }}"></script>
|
||||
{%- endblock -%}
|
||||
|
||||
{% block title %}
|
||||
|
@ -7,8 +7,8 @@
|
||||
{%- endblock -%}
|
||||
|
||||
{%- block additional_js -%}
|
||||
<script type="module" defer src="{{ static('bundled/core/components/ajax-select-index.ts') }}"></script>
|
||||
<script type="module" defer src="{{ static("bundled/sas/viewer-index.ts") }}"></script>
|
||||
<script type="module" src="{{ static('bundled/core/components/ajax-select-index.ts') }}"></script>
|
||||
<script type="module" src="{{ static("bundled/sas/viewer-index.ts") }}"></script>
|
||||
{%- endblock -%}
|
||||
|
||||
{% block title %}
|
||||
|
Reference in New Issue
Block a user