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