From 98a51d4b188c147b7741095c287d03ec06831f2c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 3 Jul 2026 07:50:13 +0000 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BB=D0=BE=D0=BA=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D0=B8/=D0=BE=D0=BF=D0=BB=D0=B0?= =?UTF-8?q?=D1=82=D1=8B=20=D0=B2=D1=81=D0=B5=D0=B3=D0=B4=D0=B0=20=D0=B2?= =?UTF-8?q?=D0=B8=D0=B4=D0=B5=D0=BD=20=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0?= =?UTF-8?q?=D0=B2=D0=BD=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index 9c9b69b..a916ee1 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -636,7 +636,6 @@ /* ── Donate card ── */ #donate-card { - display: none; background: linear-gradient(135deg, #fffbf0 0%, #fff8e6 100%); border: 1px solid #ffe0a0; border-radius: var(--radius); @@ -1945,7 +1944,8 @@ } function hideDonateCard() { - document.getElementById('donate-card').style.display = 'none'; + // Блок поддержки/оплаты теперь всегда виден — просто возвращаем обычный текст. + showDonateCard(false); } // ── Оплата картой (ЮKassa) ────────────────────────────────────────────────