Move script to footer

This commit is contained in:
Fluf 2018-05-25 09:06:11 -04:00 committed by GitHub
parent a39289d0a9
commit 22d6265f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,9 @@
{{if .RequireU2F}}
<script src="{{AppSubUrl}}/vendor/plugins/u2f/index.js"></script>
{{end}}
{{if .EnableRecaptcha}}
<script src="https://www.google.com/recaptcha/api.js" async></script>
{{end}}
{{if .RequireTribute}}
<script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script>