forked from sr2/www.sr2pro.uk
Compare commits
No commits in common. "theme-head-scripts" and "main" have entirely different histories.
theme-head
...
main
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
{{ if eq .Name "Contact" }}
|
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
||||||
<script
|
|
||||||
id="zammad_form_script"
|
|
||||||
src="https://help.sr2.uk/assets/form/form.js"></script>
|
|
||||||
<script>
|
|
||||||
$(function () {
|
|
||||||
$("#zammad-feedback-form").ZammadForm({
|
|
||||||
agreementMessage: {{ site.Params.feedback.agreementMessage }},
|
|
||||||
messageSubmit:{{ site.Params.feedback.messageSubmit }},
|
|
||||||
messageThankYou:{{ site.Params.feedback.messageThankYou }},
|
|
||||||
showTitle: false,
|
|
||||||
noCSS: true,
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
{{ end }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue