Merge pull request 'fix: Test for the file that's actually been used.' (#180) from contact_form_check_fix into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #180
This commit is contained in:
muli 2023-05-11 08:45:37 +02:00
commit a8ca603ef5
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ __ ____________________
{%- if '/js/nav_toggle.js'|asseturl is defined -%}
<script type="text/javascript" src="{{ '/js/nav_toggle.js'|asseturl }}"></script>
{%- endif %}
{% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Kontakt' -%}
{% if '/js/contact_form.js'|asseturl is defined and this.title == 'Kontakt' -%}
<script type="text/javascript" src="{{ '/js/contact_form.js'|asseturl }}"></script>
{%- endif %}
</body>