[FIX] Typo in Navbar

Fixes #1017 once merged.
This commit is contained in:
Sebastian Grewe 2013-12-18 09:23:12 +01:00
parent 3715f30f7b
commit 322a759249

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',