diff --git a/js/darkmode.js b/js/darkmode.js index d073c16..2333ad1 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -1,5 +1,5 @@ var dCheck = document.getElementById("dMode"); -alert("darmode.js working") +alert("darmode.js working"); dCheck.onclick = function dClick(){ console.log("heck yeah");