Compare commits

...

2 Commits

Author SHA1 Message Date
77604d3e20 Merge pull request 'fix: JS für Anzeige und Funktion des Kontaktformulars wird jetzt auf der richtigen Seite geladen.' (#206) from fix_contact_form into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/www Build is passing
Reviewed-on: #206
2023-09-03 19:04:03 +02:00
71333fe693 fix: JS für Anzeige und Funktion des Kontaktformulars wird jetzt auf der richtigen Seite geladen.
All checks were successful
continuous-integration/drone/pr Build is passing
2023-09-03 19:00:15 +02:00

View File

@ -63,7 +63,7 @@ __ ____________________
{% if 'manifest.json'|asseturl is defined -%}
<link rel="manifest" href="{{ 'manifest.json'|asseturl }}">
{%- endif %}
{% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Kontakt' -%}
{% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Services' -%}
<script type="text/javascript" src="{{ '/js/contact_form_toggle.js'|asseturl }}"></script>
{%- endif %}
</head>
@ -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.js'|asseturl is defined and this.title == 'Kontakt' -%}
{% if '/js/contact_form.js'|asseturl is defined and this.title == 'Services' -%}
<script type="text/javascript" src="{{ '/js/contact_form.js'|asseturl }}"></script>
{%- endif %}
</body>