Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lnbits/extensions/withdraw/templates/withdraw/print.html
|
|
@ -267,7 +267,7 @@ console.log(user_fau) |
|
|
|
allqr = "" |
|
|
|
|
|
|
|
for (i = 0; i < lnurlamt; i++) { |
|
|
|
allqr += "<div style='float:left;padding:20px; background-image: url(../static/noted.jpg); width: 500px;height: 248px;'><div style='width:120px;float:right;margin-top:-16px;margin-right:-19px;background-color: white;'><div id='qrcode" + i + "'></div><center><p>{{user_fau[7]}} FREE SATS! <br/> <small style='font-size: 52%;'>SCAN AND FOLLOW LINK OR<br/>USE LN BITCOIN WALLET</small></p></center></div></div>" |
|
|
|
allqr += "<div style='float:left;padding:20px; background-image: url(/static/noted.jpg); width: 500px;height: 248px;'><div style='width:120px;float:right;margin-top:-16px;margin-right:-19px;background-color: white;'><div id='qrcode" + i + "'></div><center><p>{{user_fau[7]}} FREE SATS! <br/> <small style='font-size: 52%;'>SCAN AND FOLLOW LINK OR<br/>USE LN BITCOIN WALLET</small></p></center></div></div>" |
|
|
|
} |
|
|
|
|
|
|
|
document.getElementById("allqrs").innerHTML = allqr |
|
|
|