mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-18 21:32:38 +01:00
Update index.html
This commit is contained in:
parent
8abdaaea48
commit
10a4c07a6e
@ -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'), {
|
||||
|
Loading…
Reference in New Issue
Block a user