Skip to content

Commit

Permalink
Load script with async
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDosin committed Apr 27, 2022
1 parent 4edb325 commit efa5aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/storefront/epoq/index.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% block epoq_personalization_script %}
{% if config('EpoqPersonalizationPlatform.config.tenantId') %}
<script src="https://cdn.epoq.de/flow/{{ config('EpoqPersonalizationPlatform.config.tenantId') }}.js"></script>
<script async src="https://cdn.epoq.de/flow/{{ config('EpoqPersonalizationPlatform.config.tenantId') }}.js"></script>
{% endif %}
{% endblock %}

0 comments on commit efa5aa4

Please sign in to comment.