Merge pull request #510 from Kukks/feature/crowdfund

fix notif number
This commit is contained in:
Nicolas Dorier
2019-01-10 23:58:57 +09:00
committed by GitHub

View File

@@ -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",