fixing bad value
This commit is contained in:
parent
21f0214b53
commit
1b17c521ba
@ -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() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user