Browse Source

Update print.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
e62eb89b96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/extensions/withdraw/templates/withdraw/print.html

2
lnbits/extensions/withdraw/templates/withdraw/print.html

@ -267,7 +267,7 @@ console.log(user_fau)
allqr = "" allqr = ""
for (i = 0; i < lnurlamt; i++) { 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 document.getElementById("allqrs").innerHTML = allqr

Loading…
Cancel
Save