tabindex in html

This commit is contained in:
2023-07-02 01:55:17 +02:00
parent 1499dddb10
commit 1f33ea3aa6
2 changed files with 1 additions and 2 deletions

1
app.js
View File

@@ -1058,7 +1058,6 @@ let game = {
music.pause()
document.onkeydown = null
pauseSpan.tabIndex = 1
pauseSpan.onfocus = game.resume
pauseSpan.className = "pause"
},