install screen wasn't setting Settings.Scheme properly in the JS code
This commit is contained in:
parent
52faded952
commit
dc3018434e
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@
|
||||||
{{ define "script" }}
|
{{ define "script" }}
|
||||||
<script>
|
<script>
|
||||||
$("input[name=Domain]").val(window.location.host)
|
$("input[name=Domain]").val(window.location.host)
|
||||||
|
$("input[name=Scheme]").val(window.location.protocol == "https:"?"https":"http")
|
||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue