Skip to content

Commit

Permalink
Fix loading of js
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Nov 24, 2024
1 parent f918e94 commit df7e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/fields.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% block altcha_widget %}
{% if enable %}
<script src="https://eu.altcha.org/js/latest/altcha.min.js" defer></script>
<script async defer src="https://eu.altcha.org/js/latest/altcha.min.js" type="module"></script>

<altcha-widget challengeurl="{{ path('huluti_altcha_challenge') }}"></altcha-widget>
{% endif %}
Expand Down

0 comments on commit df7e770

Please sign in to comment.