fixing bad value

This commit is contained in:
Matt Burchett 2018-01-23 18:08:16 -06:00
parent 21f0214b53
commit 1b17c521ba

View File

@ -44,8 +44,8 @@ $(document).ready(function() {
var pb = $("#pointb");
$("#pointa").remove();
$("#pointb").remove();
$("#pointa").val(pb);
$("#pointb").val(pa);
$("#pointa").html(pb);
$("#pointb").html(pa);
});
$('#calctnd').click(function() {