mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	small js change
This commit is contained in:
		| @@ -43,7 +43,9 @@ function scrollToTop() { | ||||
| } | ||||
|  | ||||
| function themeToggle() { | ||||
|     document.getElementById("theme-toggle").addEventListener("click", () => { | ||||
|     var themeButton = document.getElementById("theme-toggle"); | ||||
|  | ||||
|     themeButton.addEventListener("click", () => { | ||||
|         if (document.body.className.includes("dark")) { | ||||
|             document.body.classList.remove('dark'); | ||||
|             localStorage.setItem("pref-theme", 'light'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wonderfall
					Wonderfall