Browse Source

Update withdraw.html

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

3
lnbits/templates/withdraw.html

@ -289,7 +289,8 @@ function drawwithdraw(data) {
+ +
"<a target='_blank' href='/displaywithdraw?id=" + thewithdraw[1] + "'><h4>Shareable link</h4></a>" + "<a target='_blank' href='/displaywithdraw?id=" + thewithdraw[1] + "'><h4>Shareable link</h4></a>" +
"<a target='_blank' href='/printwithdraw/" + window.location.hostname + "/?id=" + thewithdraw[1] + "'><h4>Print all withdraws</h4></a>" "<a target='_blank' href='/printwithdraw/" + window.location.hostname + "/?id=" + thewithdraw[1] + "'><h4>Print all withdraws</h4></a>"
document.getElementById("qrcode").style.backgroundColor = "white";
document.getElementById("qrcode").style.padding = "20px";
} }
else { else {

Loading…
Cancel
Save