Merge pull request #3581 from monokh/master
Donation: Ensure address link has full URI (incl amount)
This commit is contained in:
commit
e74ca643cd
@ -460,6 +460,8 @@ function generateDonationQrCode() {
|
||||
|
||||
var text = 'bitcoin:' + generateDonationUrl(address, amount, message);
|
||||
|
||||
$('.donation-btc-address').attr('href', text)
|
||||
|
||||
$('#donation-qr-code').qrcode({
|
||||
width: 150,
|
||||
height: 150,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user