From 18604339a79e9b54c82040faa971abc40c0752d9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 5 Jun 2025 19:15:43 +0200 Subject: [PATCH] Check for localStorage availability upon load --- index.html | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b970aab..c356d25 100644 --- a/index.html +++ b/index.html @@ -181,6 +181,11 @@ text-align: center; } + #no-local-storage { + display: none; + color: red; + } + .box { width: 80%; border-width: 2px; @@ -205,10 +210,44 @@ -

Cypher Player Assistant

+

+ Cypher Player Assistant + ! +

No character is loaded.
+