Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: donate-head.html

Issue 6623837907058688: issue 1758 - Remove Bitcoin donation option from donation page (Closed)
Patch Set: Created Feb. 5, 2015, 1:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « donate-body.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: donate-head.html
===================================================================
--- a/donate-head.html
+++ b/donate-head.html
@@ -105,23 +105,6 @@
border-color: #285e8e;
}
-/* Bitcoin */
-
-#form.none button.bitcoin,
-#form.bitcoin button.bitcoin
-{
- color: #fff;
- background-color: #f0ad4e;
- border-color: #eea236;
-}
-
-#form.none button.bitcoin:hover,
-#form.bitcoin button.bitcoin:hover
-{
- background-color: #ed9c28;
- border-color: #d58512;
-}
-
/* Secondary Form Elements */
#form-fields
@@ -130,16 +113,13 @@
}
#form.credit-card #form-fields,
-#form.paypal #form-fields,
-#form.bitcoin #form-fields
+#form.paypal #form-fields
{
display: block;
}
-#form.credit-card #form-recurrence,
#form.credit-card #recurrent-cancellation,
-#form.bitcoin #form-currency,
-#form.bitcoin #form-price
+#form.credit-card #form-recurrence
{
display: none;
}
@@ -286,15 +266,6 @@
};
var providers = {
- "bitcoin": function()
- {
- var recurring = recurrenceValue.get({
- "monthly": "https://coinbase.com/checkouts/d46825e3f22461f6a25b3249f8ce7c2a"
- });
- openProviderPage({
- action: (recurring) ? recurring : "https://coinbase.com/checkouts/ab08a165e21d72b503cff8f30bece652"
- });
- },
"credit-card": function()
{
if (verify(priceValue))
« no previous file with comments | « donate-body.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld