From 55a884a559358b2f2d5beeff8452d3abea7a3d8d Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 10 Jan 2019 15:57:30 +0100 Subject: [PATCH] fix js number --- BTCPayServer/wwwroot/crowdfund/app.js | 1 + 1 file changed, 1 insertion(+) 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",