From e08aec9fc893beda1f4643ca4357495723bd3650 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 26 Feb 2020 19:21:47 +0000 Subject: [PATCH] Update tpos.html --- lnbits/extensions/tpos/templates/tpos/tpos.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lnbits/extensions/tpos/templates/tpos/tpos.html b/lnbits/extensions/tpos/templates/tpos/tpos.html index 5add967..632f8f7 100644 --- a/lnbits/extensions/tpos/templates/tpos/tpos.html +++ b/lnbits/extensions/tpos/templates/tpos/tpos.html @@ -169,7 +169,7 @@ function keys(num){ if(Number.isInteger(num)){ total = total + String(num) - document.getElementById("fiat").innerHTML = String(parseInt(total)/100) + " " + {{ ratee }} + document.getElementById("fiat").innerHTML = String(parseInt(total)/100) + " " + "{{ ratee }}" document.getElementById("sats").innerHTML = parseInt( (parseInt(total)/100) * parseInt( {{exchange}} )) + " " + "Sats" @@ -190,12 +190,11 @@ } else if(num == "OK"){ - submitforticket(parseInt((parseInt(total)/100)* parseInt( {{exchange}} )))) + submitforticket(parseInt((parseInt(total)/100)* parseInt( {{exchange}} ))) } } - function submitforticket(sats){ console.log(sats)