Update index.html

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

View File

@ -279,7 +279,7 @@ function drawwithdraw() {
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.padding = "20px";