[tor-commits] [donate-static/staging] Remove selected classs form button
hiro at torproject.org
hiro at torproject.org
Tue Oct 20 15:17:03 UTC 2020
commit f59f524c1b209c5dfabcf5c7e23c0be7fe195ee1
Author: hiro <hiro at torproject.org>
Date: Tue Oct 20 17:16:57 2020 +0200
Remove selected classs form button
---
templates/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/footer.html b/templates/footer.html
index 6d32b047..744fd651 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -115,7 +115,7 @@
<script src="{{ '/static/js/download.js'|asseturl }}" ></script>
<script src="{{ '/static/js/fallback.js'|asseturl }}" ></script>
<script>
- $(".payment-option").append("<button class=\"credit-card payment-method selected button\"><a class=\"button\" href=\"cryptocurrency\">Cryptocurrency</a></button>")
+ $(".payment-option").append("<button class=\"credit-card payment-method button\"><a class=\"button\" href=\"cryptocurrency\">Cryptocurrency</a></button>")
</script>
</div>
</div>
More information about the tor-commits
mailing list