From 42e1075c50d1f14cea930eaa4f4aa2739b9cb1aa Mon Sep 17 00:00:00 2001 From: Jakob Date: Thu, 29 Jul 2021 11:12:48 +0200 Subject: [PATCH] update relative links --- finalize.html | 10 +++++----- index.html | 10 +++++----- js/listPage.js | 2 +- js/tool.js | 2 +- legal.html | 10 +++++----- premades.html | 10 +++++----- tool.html | 10 +++++----- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/finalize.html b/finalize.html index da3efaa..eac72cb 100644 --- a/finalize.html +++ b/finalize.html @@ -17,12 +17,12 @@

For iOS 14 or later and macOS Big Sur or later

- About - Pre-made profiles - Tool - Finalize + About + Pre-made profiles + Tool + Finalize GitHub - Legal + Legal

diff --git a/index.html b/index.html index 9b635e4..c9be081 100644 --- a/index.html +++ b/index.html @@ -19,12 +19,12 @@

For iOS 14 or later and macOS Big Sur or later

- About - Pre-made profiles - Tool - Finalize + About + Pre-made profiles + Tool + Finalize GitHub - Legal + Legal

diff --git a/js/listPage.js b/js/listPage.js index 458abdc..fb41cdd 100644 --- a/js/listPage.js +++ b/js/listPage.js @@ -19,5 +19,5 @@ function createCookie (provName, doh, dns1v4, dns2v4, dns1v6, dns2v6, serverUrl) document.cookie = "dns2v6=" + dns2v6 + ";" + expires + ";path=/; SameSite=Strict; Secure"; document.cookie = "serverUrl=" + serverUrl + ";" + expires + ";path=/; SameSite=Strict; Secure"; - window.location.href = "/tool.html" + window.location.href = "tool.html" } \ No newline at end of file diff --git a/js/tool.js b/js/tool.js index 2e7ba96..ed893a8 100644 --- a/js/tool.js +++ b/js/tool.js @@ -38,7 +38,7 @@ function addToList() { runningNo = runningNo + 1; document.cookie = "runningNo=" + runningNo + ";" + expires + ";path=/; SameSite=Strict; Secure"; - window.location.href = "/finalize.html"; + window.location.href = "finalize.html"; } function switchToHTTPS() { diff --git a/legal.html b/legal.html index 341311d..cde47f0 100644 --- a/legal.html +++ b/legal.html @@ -12,12 +12,12 @@

For iOS 14 or later and macOS Big Sur or later

- About - Pre-made profiles - Tool - Finalize + About + Pre-made profiles + Tool + Finalize GitHub - Legal + Legal

diff --git a/premades.html b/premades.html index 9aec5cf..fabbdea 100644 --- a/premades.html +++ b/premades.html @@ -13,12 +13,12 @@

For iOS 14 or later and macOS Big Sur or later

- About - Pre-made profiles - Tool - Finalize + About + Pre-made profiles + Tool + Finalize GitHub - Legal + Legal

diff --git a/tool.html b/tool.html index 7b213e2..ad61880 100644 --- a/tool.html +++ b/tool.html @@ -17,12 +17,12 @@

For iOS 14 or later and macOS Big Sur or later

- About - Pre-made profiles - Tool - Finalize + About + Pre-made profiles + Tool + Finalize GitHub - Legal + Legal