mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-12 22:12:41 +02:00
Update index.html
This commit is contained in:
@ -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'), {
|
||||||
|
Reference in New Issue
Block a user