Fix duplicate readyOverlay declaration

This commit is contained in:
Aaron
2025-12-10 20:10:08 -05:00
parent 712efba6f9
commit e933fb325d

View File

@@ -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");