Update print.html

This commit is contained in:
Arc 2020-02-04 20:37:33 +00:00 committed by GitHub
parent 853962c322
commit 66be419b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/note.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(https://i.imgur.com/07jS7oh.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