diff --git a/index.html b/index.html index 202f72a..aacb556 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Cypher Player Assistant @@ -162,9 +165,9 @@

Cypher Player Assistant - ! + !

-
+
No character is loaded.
@@ -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."); } },