From 6f2c0fd9109d2ff26359fa576a09c853400bd471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 24 Jun 2026 13:45:20 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.170:=20simple=20text=20buttons=20=E2=80=94?= =?UTF-8?q?=20=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20/=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/app.js b/deploy/app.js index 6da9639..38da384 100644 --- a/deploy/app.js +++ b/deploy/app.js @@ -656,8 +656,8 @@ function loadHistory(role) { var style = v.is_active ? 'font-weight:600;' : ''; return '
' + '' + isActive + escHtml(v.name) + ' ' + fmtDate(v.created_at) + '' - + (!v.is_active ? '' : '') - + (!v.is_active ? '' : '') + + (!v.is_active ? '' : '') + + (!v.is_active ? '' : '') + '
'; }).join(''); })