Browse Source
Removed target='_blank'as this isnt 2002
fee_issues
Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lnbits/extensions/events/templates/events/index.html
|
|
@ -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"; |
|
|
|