Update app.js
This commit is contained in:
parent
bfdbb78a9c
commit
cc977303dc
|
@ -127,8 +127,8 @@ function received() {
|
||||||
theinvoice = JSON.parse(data).pay_req
|
theinvoice = JSON.parse(data).pay_req
|
||||||
thehash = JSON.parse(data).payment_hash
|
thehash = JSON.parse(data).payment_hash
|
||||||
document.getElementById('QRCODE').innerHTML =
|
document.getElementById('QRCODE').innerHTML =
|
||||||
"<div class='modal-content' style='padding: 10px 10px 0 10px;'>"+
|
"<center><div class='modal-content' style='width:360px; padding: 10px 10px 0 10px;'>"+
|
||||||
"<center><a href='lightning:" +
|
"<a href='lightning:" +
|
||||||
theinvoice +
|
theinvoice +
|
||||||
"'><div id='qrcode'></div></a>" +
|
"'><div id='qrcode'></div></a>" +
|
||||||
"<p style='word-wrap: break-word;'>" +
|
"<p style='word-wrap: break-word;'>" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user