diff options
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main.js b/main.js index 97966f5..dc5d398 100644 --- a/main.js +++ b/main.js @@ -287,6 +287,8 @@ async function mainLol() { await loadResources(); + document.body.classList.add('resources-loaded'); + document.body.addEventListener('keydown', evt => { const choiceContainer = document.getElementById('choice-container'); if (!choiceContainer.classList.contains('hide')) { |