fixing bad value
This commit is contained in:
parent
1b17c521ba
commit
ead59d9206
@ -40,12 +40,9 @@ $(document).ready(function() {
|
||||
zoomfocus(stop);
|
||||
});
|
||||
$('#swapab').click(function() {
|
||||
var pa = $("#pointa");
|
||||
var pb = $("#pointb");
|
||||
$("#pointa").remove();
|
||||
$("#pointb").remove();
|
||||
$("#pointa").html(pb);
|
||||
$("#pointb").html(pa);
|
||||
var swap=$('#pointa').val();
|
||||
$("#pointa").val($("#pointb").val());
|
||||
$("#pointb").val(swap);
|
||||
});
|
||||
$('#calctnd').click(function() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user