mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix links in default and loading pages + fix readonly api var in setup wizard
This commit is contained in:
parent
ec4f76d8ac
commit
dbf73fa9f0
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
>
|
||||
|
|
|
|||
2
src/ui/templates/setup.html
vendored
2
src/ui/templates/setup.html
vendored
|
|
@ -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("/")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue