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
|
@ -45,4 +45,5 @@ document.onkeypress = async function(e) {
|
||||||
else {
|
else {
|
||||||
await colorAnswers();
|
await colorAnswers();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
document.onclick = document.onkeypress;
|
||||||
|
|
Loading…
Reference in a new issue