Browse Source

Update app.js

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
cc977303dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lnbits/static/app.js

4
lnbits/static/app.js

@ -127,8 +127,8 @@ function received() {
theinvoice = JSON.parse(data).pay_req
thehash = JSON.parse(data).payment_hash
document.getElementById('QRCODE').innerHTML =
"<div class='modal-content' style='padding: 10px 10px 0 10px;'>"+
"<center><a href='lightning:" +
"<center><div class='modal-content' style='width:360px; padding: 10px 10px 0 10px;'>"+
"<a href='lightning:" +
theinvoice +
"'><div id='qrcode'></div></a>" +
"<p style='word-wrap: break-word;'>" +

Loading…
Cancel
Save