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