From e933fb325dbea30122991c1aa7edb3231493fd43 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 10 Dec 2025 20:10:08 -0500 Subject: [PATCH] Fix duplicate readyOverlay declaration --- pikit-web/assets/main.js | 1 - 1 file changed, 1 deletion(-) 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");