From 811148036982e0bbd198fecf821aea377cb3e8ba Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:12:44 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index c208f75..1b31949 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -1,6 +1,6 @@ /*CHANGE THEME*/ -const darkmode = new Darkmode(); -darkmode.showWidget(); +const darkmode = new Darkmode(options); + darkmode.showWidget(); const isDark = document.body.classList.contains("darkmode--activated"); console.log(isDark);