Update tpos.html
This commit is contained in:
parent
539bce0d54
commit
89dc5bc3f5
|
@ -169,7 +169,7 @@
|
||||||
function keys(num){
|
function keys(num){
|
||||||
if(Number.isInteger(num)){
|
if(Number.isInteger(num)){
|
||||||
total = total + String(num)
|
total = total + String(num)
|
||||||
document.getElementById("fiat").innerHTML = String(parseInt(total)/100) + " " + "USD"
|
document.getElementById("fiat").innerHTML = String(parseInt(total)/100) + " " + {{ ratee }}
|
||||||
|
|
||||||
document.getElementById("sats").innerHTML = parseInt( (parseInt(total)/100) * parseInt( {{exchange}} )) + " " + "Sats"
|
document.getElementById("sats").innerHTML = parseInt( (parseInt(total)/100) * parseInt( {{exchange}} )) + " " + "Sats"
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(num == "OK"){
|
else if(num == "OK"){
|
||||||
submitforticket(parseInt((parseInt(total)/100)*9000))
|
submitforticket(parseInt((parseInt(total)/100)* parseInt( {{exchange}} ))))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user