I forgot to call the spot on the page where it was getting the information.
This commit is contained in:
parent
fa0f848c35
commit
21f0214b53
@ -40,8 +40,8 @@ $(document).ready(function() {
|
||||
zoomfocus(stop);
|
||||
});
|
||||
$('#swapab').click(function() {
|
||||
var pa = "pointa";
|
||||
var pb = "pointb";
|
||||
var pa = $("#pointa");
|
||||
var pb = $("#pointb");
|
||||
$("#pointa").remove();
|
||||
$("#pointb").remove();
|
||||
$("#pointa").val(pb);
|
||||
|
Loading…
Reference in New Issue
Block a user