From 970fa76427502479e47833fab05219a48e4fd8db Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:52:53 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index d70b25e..f657c1b 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -8,9 +8,6 @@ function updateThemeColor() { } } -// Dark mode butonu oluştur ve çalıştır -const darkmode = new Darkmode(options); -darkmode.showWidget(); // Dark mode değiştiğinde theme color'ı güncelle document.addEventListener("DOMContentLoaded", updateThemeColor);