Update index.html

This commit is contained in:
Arc
2020-02-04 20:23:07 +00:00
committed by GitHub
parent 8abdaaea48
commit 10a4c07a6e

View File

@ -260,9 +260,8 @@ function drawwithdraw() {
console.log(window.location.hostname + "-" + thewithdraw[1]) console.log(window.location.hostname + "-" + thewithdraw[1])
getAjax("/withdraw/api/v1/lnurlencode/"+ window.location.hostname + "/" + thewithdraw[1], "filla", function(datab) { getAjax("/withdraw/api/v1/lnurlencode/"+ window.location.hostname + "/" + thewithdraw[1], "filla", function(datab) {
if (JSON.parse(datab).STATUS == 'TRUE') { if (JSON.parse(datab).status == 'TRUE') {
console.log(JSON.parse(datab).STATUS) lnurlfau = (JSON.parse(datab).lnurl)
lnurlfau = (JSON.parse(datab).LNURL)
new QRCode(document.getElementById('qrcode'), { new QRCode(document.getElementById('qrcode'), {