mirror of
https://github.com/Steffo99/trivia.git
synced 2024-12-30 10:44:26 +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 {
|
||||
await colorAnswers();
|
||||
}
|
||||
};
|
||||
};
|
||||
document.onclick = document.onkeypress;
|
||||
|
|
Loading…
Reference in a new issue