mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix to remove button after submit
This commit is contained in:
parent
7363215ea7
commit
d54a359b78
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
<input type="hidden" value="supporter" name="plan_type">
|
<input type="hidden" value="supporter" name="plan_type">
|
||||||
<input id="stripe_token" name="stripe_token" type="hidden" value="<%= params[:stripe_token] %>">
|
<input id="stripe_token" name="stripe_token" type="hidden" value="<%= params[:stripe_token] %>">
|
||||||
<%== erb :'_card'%>
|
<%== erb :'_card'%>
|
||||||
|
<div id="upgradeDiv" class="row content txt-Center">
|
||||||
|
<a href="/" class="btn-Action" onclick="$('#upgradeForm').submit(); return false">Update Card</a>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<a href="/" class="btn-Action" onclick="$('#upgradeForm').submit(); return false">Update Card</a>
|
|
||||||
|
|
||||||
<%== erb :'supporter/_signupcode', layout: false %>
|
<%== erb :'supporter/_signupcode', layout: false %>
|
Loading…
Add table
Reference in a new issue