fix links in default and loading pages + fix readonly api var in setup wizard

This commit is contained in:
florian 2024-04-28 17:10:47 +02:00
parent ec4f76d8ac
commit dbf73fa9f0
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
3 changed files with 3 additions and 3 deletions

View file

@ -346,7 +346,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://github.com/bunkerity/bunkerweb"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwloading"
target="_blank"
>BunkerWeb</a
>

View file

@ -251,7 +251,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwloading"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwdefault"
target="_blank"
>BunkerWeb</a
>

View file

@ -593,7 +593,7 @@
// send form and wait for response
const api = `http${
let api = `http${
this.sslCheck.getAttribute("data-checked") === "true" ? "s" : ""
}://${this.servInp.value}${this.urlInp.value}`;
if (!api.endsWith("/")) {