mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
Removed target='_blank'as this isnt 2002
This commit is contained in:
parent
d763107c5a
commit
f69b54d6e8
@ -467,8 +467,8 @@ function drawwithdraw() {
|
||||
})
|
||||
|
||||
|
||||
document.getElementById('qrcodetxt').innerHTML = "<a target='_blank' href='" + toencode + "'><h2>Payment link</a> , " +
|
||||
"<a target='_blank' href='" + toreg + "'>Registration</h2></a>"
|
||||
document.getElementById('qrcodetxt').innerHTML = "<a href='" + toencode + "'><h2>Payment link</a> , " +
|
||||
"<a href='" + toreg + "'>Registration</h2></a>"
|
||||
|
||||
document.getElementById("qrcode").style.backgroundColor = "white";
|
||||
document.getElementById("qrcode").style.padding = "20px";
|
||||
|
Loading…
Reference in New Issue
Block a user