From b07ffdbd09fd2102c4d98879c78559e089e52b36 Mon Sep 17 00:00:00 2001 From: wktr <94459237+WiktorProj@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:37:03 +0200 Subject: [PATCH] aaaaaaaaaa --- MeTMT/js/utils/NumberFormating.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeTMT/js/utils/NumberFormating.js b/MeTMT/js/utils/NumberFormating.js index c7d4f08..50d8aef 100644 --- a/MeTMT/js/utils/NumberFormating.js +++ b/MeTMT/js/utils/NumberFormating.js @@ -155,7 +155,7 @@ function standardFormat(decimal) { prefix += symbols[1][e.div(10).floor().mod(10)] prefix += symbols[2][e.div(100).floor().mod(10)] if (first[e] != undefined) prefix = first[e] - return (e.lt(1500) ? defaultFormat(decimal.div(new Decimal(10).pow(e.times(3)))) : "") + prefix + return (e.lt(50000) ? defaultFormat(decimal.div(new Decimal(10).pow(e.times(3)))) : "") + prefix } setInterval(function() {