From 3c912d134dd21bea27b55e617526380da123a633 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 1 Oct 2024 12:16:37 -0700 Subject: [PATCH] Update darkmode.js --- js/darkmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/darkmode.js b/js/darkmode.js index 97a0c76..7a59fb1 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -1,4 +1,4 @@ -function dMode(){ +function dMode() { console.log("heck yeah"); var inputs = document.getElementsByTagName('input'); var body = document.body;