mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 02:58:30 +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" }}
|
||||
<script>
|
||||
$("input[name=Domain]").val(window.location.host)
|
||||
$("input[name=Scheme]").val(window.location.protocol == "https:"?"https":"http")
|
||||
</script>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user