From 2b56da21936c0b737421b5ab786306b7491011c5 Mon Sep 17 00:00:00 2001 From: fancoder Date: Mon, 27 Oct 2014 15:55:40 +0300 Subject: [PATCH] Update admin.html Fixed #27 missing address listing in admin users list --- website/admin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {