diff --git a/pikit-web/assets/main.js b/pikit-web/assets/main.js index d641a69..f919c69 100644 --- a/pikit-web/assets/main.js +++ b/pikit-web/assets/main.js @@ -101,7 +101,6 @@ const helpClose = document.getElementById("helpClose"); const aboutBtn = document.getElementById("aboutBtn"); const aboutModal = document.getElementById("aboutModal"); const aboutClose = document.getElementById("aboutClose"); -const readyOverlay = document.getElementById("readyOverlay"); const busyOverlay = document.getElementById("busyOverlay"); const busyTitle = document.getElementById("busyTitle"); const busyText = document.getElementById("busyText");