From de7202d2aa350bc895cde97cb7a40697be90aaa2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 4 Mar 2023 21:38:18 +0100 Subject: [PATCH] allow clicking --- script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;