mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
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" }}
|
||||
<script>
|
||||
$("input[name=Domain]").val(window.location.host)
|
||||
$("input[name=Scheme]").val(window.location.protocol == "https:"?"https":"http")
|
||||
</script>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue