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");