diff --git a/app.js b/app.js
index 661fb1f..1f1f014 100644
--- a/app.js
+++ b/app.js
@@ -1058,7 +1058,6 @@ let game = {
music.pause()
document.onkeydown = null
- pauseSpan.tabIndex = 1
pauseSpan.onfocus = game.resume
pauseSpan.className = "pause"
},
diff --git a/index.html b/index.html
index 97b60f4..168a1a8 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
- PAUSE
+ PAUSE