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