mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
Update index.html
This commit is contained in:
parent
e08aec9fc8
commit
d763107c5a
@ -279,7 +279,7 @@ function drawwithdraw() {
|
|||||||
|
|
||||||
|
|
||||||
document.getElementById('qrcodetxt').innerHTML =
|
document.getElementById('qrcodetxt').innerHTML =
|
||||||
"<a target='_blank' href='{{ url_for('tpos.tpos') }}?pos=" + thewithdraw[1] + "'><h4>Shareable link</h4></a>"
|
"<a href='{{ url_for('tpos.tpos') }}?pos=" + thewithdraw[1] + "'><h4>Shareable link</h4></a>"
|
||||||
document.getElementById("qrcode").style.backgroundColor = "white";
|
document.getElementById("qrcode").style.backgroundColor = "white";
|
||||||
document.getElementById("qrcode").style.padding = "20px";
|
document.getElementById("qrcode").style.padding = "20px";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user