Skip to content

Commit

Permalink
forgot one precision
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-brown committed Jun 6, 2020
1 parent 3cc1785 commit b9c835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/calibration.htm
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ <h5 class="card-header">
var wc = parseFloat($("#wortcorrect").val())
if (isNaN(wc)) return;
var calsg = sg / parseFloat(wc);
document.getElementById('sg_result').value = calsg.toFixed(3)
document.getElementById('sg_result').value = calsg.toFixed(5)
}
}

Expand Down

0 comments on commit b9c835d

Please sign in to comment.