Browse Source

Update tpos.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
1b82df8094
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lnbits/extensions/tpos/templates/tpos/tpos.html

4
lnbits/extensions/tpos/templates/tpos/tpos.html

@ -146,9 +146,9 @@ console.log("cunt")
function keys(num){
if(Number.isInteger(num)){
total = total + String(num)
document.getElementById("fiat").innerHTML = String(parseInt(total)/100) + " " + ""
document.getElementById("fiat").innerHTML = String(parseInt(total)/100) + " " + " {{ curr }}"
document.getElementById("sats").innerHTML = parseInt( (parseInt(total)/100) * "{{ rate }}") + "Sats"
document.getElementById("sats").innerHTML = parseInt( (parseInt(total)/100) * "{{ rate }}") + " Sats"
}

Loading…
Cancel
Save