Блок поддержки/оплаты всегда виден на главной

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-07-03 07:50:13 +00:00
parent 7c91ec7cb1
commit 98a51d4b18

View File

@@ -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) ────────────────────────────────────────────────