We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2710cdc + 73f4058 commit 3a01c0dCopy full SHA for 3a01c0d
templates/base.html.twig
@@ -76,9 +76,8 @@
76
{{ include('@SumoCodersFrameworkCore/dialogs.html.twig') }}
77
78
{% block javascripts %}
79
- <script src="{{ url('bazinga_jstranslation_js') }}"></script>
80
-
81
{{ encore_entry_script_tags('app') }}
+ <script src="{{ url('bazinga_jstranslation_js') }}" defer></script>
82
{% endblock %}
83
</body>
84
</html>
0 commit comments