Removed target='_blank'as this isnt 2002

This commit is contained in:
Arc 2020-02-26 19:38:49 +00:00 committed by GitHub
parent d763107c5a
commit f69b54d6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";