From 961e9c5fef93a04a28753f7514b1a3ad3e6d5ccf Mon Sep 17 00:00:00 2001 From: css pro Date: Wed, 2 Oct 2024 11:12:26 -0700 Subject: [PATCH] Update darkmode.js --- js/darkmode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/darkmode.js b/js/darkmode.js index e6e5d27..f50bea3 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -1,4 +1,5 @@ var dCheck = document.getElementById("dMode"); +console.log("darmode.js working") dCheck.onclick = function dClick(){ console.log("heck yeah");