Skip to content

Commit a579553

Browse files
authored
Update helpers.js
1 parent 3a86c55 commit a579553

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

static/assets/scripts/helpers.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,6 @@ async function enforceDonationLockout(goalAmount = 500) {
708708
<p style="color: #555; font-size: 16px; margin-bottom: 16px;">
709709
We did not meet our donation goal of $${goalAmount}. CCPorted may shut down unless we can raise more support. If this site has helped you access or enjoy games, please consider donating.
710710
</p>
711-
<p style="font-weight: bold; margin-bottom: 16px; color: #333;">
712-
Current Raised: $${currentAmount.toFixed(2)} / $${goalAmount}
713-
</p>
714711
<p>PS: <b><a href = "https://discord.gg/GDEFRBTT3Z">HAVE YOU JOINED THE DISCORD?</a></b></p>
715712
<a href="https://ko-fi.com/ccported" target="_blank" style="
716713
display: block;
@@ -776,4 +773,4 @@ async function enforceDonationLockout(goalAmount = 500) {
776773
console.error('Failed to check donation status:', err);
777774
}
778775
}
779-
//enforceDonationLockout();
776+
enforceDonationLockout();

0 commit comments

Comments
 (0)