From 4dd2eb1956e5e00e99b31e2924e13ae6d4d62223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sat, 8 Aug 2026 22:01:37 +0300 Subject: [PATCH] fix stkCheckMenu placement: move from error path to success path in pysimConnect --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 90f91a0..b5e7d0e 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v4'; +const CACHE = 'otaman-v5'; const URLS = [ 'index.html', 'style.css',