mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-20 04:21:20 +02:00
Removed target='_blank'as this isnt 2002
This commit is contained in:
@@ -467,8 +467,8 @@ function drawwithdraw() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
document.getElementById('qrcodetxt').innerHTML = "<a target='_blank' href='" + toencode + "'><h2>Payment link</a> , " +
|
document.getElementById('qrcodetxt').innerHTML = "<a href='" + toencode + "'><h2>Payment link</a> , " +
|
||||||
"<a target='_blank' href='" + toreg + "'>Registration</h2></a>"
|
"<a href='" + toreg + "'>Registration</h2></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";
|
||||||
|
Reference in New Issue
Block a user