mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-20 19:58:13 +00:00
install screen wasn't setting Settings.Scheme properly in the JS code
This commit is contained in:
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user