Update index.html
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user