forked from sr2/www.sr2.uk
Compare commits
2 commits
theme-head
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 83a214881c | |||
| c29b083c01 |
2 changed files with 7 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 }}
|
|
||||||
7
static/.well-known/microsoft-identity-association.json
Normal file
7
static/.well-known/microsoft-identity-association.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"associatedApplications": [
|
||||||
|
{
|
||||||
|
"applicationId": "1eb4853c-f999-4763-85b5-8d9bd0035bc0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue