From 38e5bad973445441c842db2b6b436173be50d58c Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 30 Jul 2022 17:02:12 +0100 Subject: [PATCH] Fix base URL cleaning for IE. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 7c73647..4fa5638 100644 --- a/index.js +++ b/index.js @@ -77,6 +77,7 @@ function ToggleTheme() { let thsty = document.getElementById("style-theme") let logo = document.getElementById("logo") let url = document.location.href + url = url.split("#", 1) url = url.split('?', 1) if (document.getElementById("so-theme")) { thimg.src = SunImageURL