Update index.html
This commit is contained in:
parent
e08aec9fc8
commit
d763107c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ function drawwithdraw() {
|
||||||
|
|
||||||
|
|
||||||
document.getElementById('qrcodetxt').innerHTML =
|
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.backgroundColor = "white";
|
||||||
document.getElementById("qrcode").style.padding = "20px";
|
document.getElementById("qrcode").style.padding = "20px";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue