commit 89ca078c2891f0d4b8ea0f3fd0ee782134280263 Author: hiro hiro@torproject.org Date: Tue Oct 20 17:15:39 2020 +0200
Update link --- templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/footer.html b/templates/footer.html index 979eb83c..6d32b047 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 selected button"><a class="button" href="cryptocurrency">Cryptocurrency</a></button>") </script> </div> </div>
tor-commits@lists.torproject.org