diff --git a/script.js b/script.js index 8ffbcd2..333ad81 100644 --- a/script.js +++ b/script.js @@ -45,4 +45,5 @@ document.onkeypress = async function(e) { else { await colorAnswers(); } -}; \ No newline at end of file +}; +document.onclick = document.onkeypress;