From 82c612ca5cf083328bf4846c30cc83cb967ea20b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 28 Apr 2019 14:04:39 +0700 Subject: [PATCH] Delimit large difference values --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 4df0002..1ce7c28 100644 --- a/js/index.js +++ b/js/index.js @@ -32,7 +32,7 @@ getCoinData().then(coins => { ${escapeHTML(`${coin.algorithm} @ ${coin.hashRateFormatted}`)} ${escapeHTML(coin.confirmations.toLocaleString())} confs ${escapeHTML(formatSeconds(coin.estimatedTimeForConfs))} - ${escapeHTML(coin.symbol === 'BTC' ? '-' : `${Math.round(coin.multiplier)}x slower`)} + ${escapeHTML(coin.symbol === 'BTC' ? '-' : `${Math.round(coin.multiplier).toLocaleString()}x slower`)} `).join('')}