Update admin.html

Fixed #27 missing address listing in admin users list
master
fancoder 2014-10-27 15:55:40 +03:00
parent 31d19c5cce
commit 2b56da2193
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
hashrate = hashrate / 1024;
i++;
}
return hashrate.toFixed(2) + byteUnits[i];
return parseInt(hashrate).toFixed(2) + byteUnits;
}
window.onhashchange = function() {