Merge pull request #1019 from TheSerapher/issue-1017

[FIX] Typo in Navbar
This commit is contained in:
Sebastian Grewe 2013-12-18 00:23:37 -08:00
commit 5c6d7c5009

View File

@ -36,7 +36,7 @@ $(document).ready(function(){
value: parseFloat(data.getnavbardata.data.pool.hashrate).toFixed(2),
min: 0,
max: Math.round(data.getnavbardata.data.pool.hashrate * 4),
title: "Pool Hasrate",
title: "Pool Hashrate",
gaugeColor: '#6f7a8a',
labelFontColor: '#555',
titleFontColor: '#555',