diff --git a/website/admin.html b/website/admin.html index 95657b0..8024389 100644 --- a/website/admin.html +++ b/website/admin.html @@ -127,7 +127,7 @@ hashrate = hashrate / 1024; i++; } - return hashrate.toFixed(2) + byteUnits[i]; + return parseInt(hashrate).toFixed(2) + byteUnits; } window.onhashchange = function() {