Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
545d36eb
Commit
545d36eb
authored
Jul 24, 2020
by
sajolida
Browse files
Prevent the amount from resetting when clicking "Donate"
I don't understand why it was broken but this fixes it.
parent
26567ff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/donate.html
View file @
545d36eb
...
...
@@ -155,7 +155,9 @@
link="no" class="paypal-inline" alt="PayPal"]] account.
</div>
<button
id=
"donate-paypal-button"
class=
"btn btn-primary btn-lg btn-block"
>
Donate
</button>
<div
id=
"donate-paypal-button"
>
<button
class=
"btn btn-primary btn-lg btn-block col-md-12"
>
Donate
</button>
</div>
</form>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment