Skip to content

Commit

Permalink
Make once-off payment the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Apr 12, 2024
1 parent 8941344 commit e663f3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="stripe-widget donatbox">
<p id="donate-frequency-options">
<a id="monthly" class="mr-4 is-active" onclick="updateOptions('monthly')">Monthly</a>
<a id="once" onclick="updateOptions('once')">One-Time</a>
<a id="once" class="mr-4 is-active" onclick="updateOptions('once')">One-Time</a>
<a id="monthly" onclick="updateOptions('monthly')">Monthly</a>
</p>
<hr>
<form id="donate-stripe">
Expand Down

0 comments on commit e663f3d

Please sign in to comment.