Update app.js

This commit is contained in:
Arc 2020-01-28 23:34:33 +00:00 committed by GitHub
parent bfdbb78a9c
commit cc977303dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;'>" +