Merge pull request #3581 from monokh/master

Donation: Ensure address link has full URI (incl amount)
This commit is contained in:
Cøbra 2021-02-03 00:06:43 +00:00 committed by GitHub
commit e74ca643cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,