@@ -193,7 +196,7 @@
"DOMContentLoaded",
() => {
if (!checkLocalStorage()) {
- document.getElementById("no-local-storage").style.display = "initial";
+ document.getElementById("warn-no-local-storage").style.display = "initial";
alert("Local Storage is not available, saving and loading data will be unavailable.");
}
},