mirror of
https://github.com/Steffo99/trivia.git
synced 2025-01-02 12:14:24 +00:00
allow clicking
This commit is contained in:
parent
3a07de208a
commit
de7202d2aa
1 changed files with 2 additions and 1 deletions
|
@ -46,3 +46,4 @@ document.onkeypress = async function(e) {
|
|||
await colorAnswers();
|
||||
}
|
||||
};
|
||||
document.onclick = document.onkeypress;
|
||||
|
|
Loading…
Reference in a new issue