mirror of
https://github.com/ae-utbm/sith.git
synced 2025-12-19 22:33:21 +00:00
Remove defer from script where type=module is used
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "core/base.jinja" %}
|
||||
{% block additional_js %}
|
||||
{% if settings.SENTRY_DSN %}
|
||||
<script src="{{ static('bundled/sentry-popup-index.ts') }}" defer ></script>
|
||||
<script type="module" src="{{ static('bundled/sentry-popup-index.ts') }}"></script>
|
||||
{% endif %}
|
||||
{% endblock additional_js %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user