mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-03 09:29:14 +01:00
Update print.html
This commit is contained in:
parent
4d35041b2d
commit
e62eb89b96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue