Блок поддержки/оплаты всегда виден на главной
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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) ────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user