Fix duplicate readyOverlay declaration
This commit is contained in:
@@ -101,7 +101,6 @@ const helpClose = document.getElementById("helpClose");
|
|||||||
const aboutBtn = document.getElementById("aboutBtn");
|
const aboutBtn = document.getElementById("aboutBtn");
|
||||||
const aboutModal = document.getElementById("aboutModal");
|
const aboutModal = document.getElementById("aboutModal");
|
||||||
const aboutClose = document.getElementById("aboutClose");
|
const aboutClose = document.getElementById("aboutClose");
|
||||||
const readyOverlay = document.getElementById("readyOverlay");
|
|
||||||
const busyOverlay = document.getElementById("busyOverlay");
|
const busyOverlay = document.getElementById("busyOverlay");
|
||||||
const busyTitle = document.getElementById("busyTitle");
|
const busyTitle = document.getElementById("busyTitle");
|
||||||
const busyText = document.getElementById("busyText");
|
const busyText = document.getElementById("busyText");
|
||||||
|
|||||||
Reference in New Issue
Block a user