From d728a5a341b915268dd353f3941a4f95f05c87fe 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: Fri, 11 Sep 2026 23:25:39 +0300 Subject: [PATCH] profiler: style Check card snapshot like Check card --- frontend/index.html | 2 +- frontend/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 3fb3c04..33d1734 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7139,7 +7139,7 @@ function profilerRenderList() { html += '(' + p.rules.length + ' ' + esc(t('rules')) + ')'; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += ''; html += ''; diff --git a/frontend/sw.js b/frontend/sw.js index da107ac..e6c501d 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v85'; +const CACHE = 'otaman-v86'; const URLS = [ 'index.html', 'help.html',