Update index.html

This commit is contained in:
Arc 2020-02-04 20:23:07 +00:00 committed by GitHub
parent 8abdaaea48
commit 10a4c07a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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