From 53c7423c5e267a0310ddfc170508c6fff7dc3a9c Mon Sep 17 00:00:00 2001 From: Sases Date: Mon, 8 Jun 2026 09:43:26 +0200 Subject: [PATCH] unicode char fix --- als_alert_screen.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/als_alert_screen.html b/als_alert_screen.html index 543e9db..cd2e451 100644 --- a/als_alert_screen.html +++ b/als_alert_screen.html @@ -319,7 +319,7 @@ ws.onclose = () => { wsStatus[id] = "disconnected"; - // Usuwamy dane maszyny przy rozłączeniu – nie możemy potwierdzić + // Usuwamy dane maszyny przy rozłączeniu - nie możemy potwierdzić // aktualnego stanu, więc nie trzymamy przestarzałego alarmu w cache. // Po ponownym połączeniu serwer wyśle aktualny stan. delete machineData[id];