diff --git a/BTCPayServer/wwwroot/crowdfund/app.js b/BTCPayServer/wwwroot/crowdfund/app.js index 789a1e007..1efa9592a 100644 --- a/BTCPayServer/wwwroot/crowdfund/app.js +++ b/BTCPayServer/wwwroot/crowdfund/app.js @@ -236,6 +236,7 @@ addLoadEvent(function (ev) { if(self.animation) { fireworks(); } + amount = parseFloat(amount).noExponents(); if(onChain){ Vue.toasted.show('New payment of ' + amount+ " "+ cryptoCode + " " + (onChain? "On Chain": "LN "), { iconPack: "fontawesome",