From dbf73fa9f0e98291bb9a2dcd683da8bba7067e76 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 28 Apr 2024 17:10:47 +0200 Subject: [PATCH] fix links in default and loading pages + fix readonly api var in setup wizard --- src/bw/loading/index.html | 2 +- src/common/core/misc/files/default.html | 2 +- src/ui/templates/setup.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bw/loading/index.html b/src/bw/loading/index.html index 1ab7fa5ea..4b37a8c54 100644 --- a/src/bw/loading/index.html +++ b/src/bw/loading/index.html @@ -346,7 +346,7 @@ This website is protected with BunkerWeb diff --git a/src/common/core/misc/files/default.html b/src/common/core/misc/files/default.html index edbf239ea..70a9f2cff 100644 --- a/src/common/core/misc/files/default.html +++ b/src/common/core/misc/files/default.html @@ -251,7 +251,7 @@ This website is protected with BunkerWeb diff --git a/src/ui/templates/setup.html b/src/ui/templates/setup.html index a2191241b..29ac4b959 100644 --- a/src/ui/templates/setup.html +++ b/src/ui/templates/setup.html @@ -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("/")) {