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);
|
zoomfocus(stop);
|
||||||
});
|
});
|
||||||
$('#swapab').click(function() {
|
$('#swapab').click(function() {
|
||||||
var pa = "pointa";
|
var pa = $("#pointa");
|
||||||
var pb = "pointb";
|
var pb = $("#pointb");
|
||||||
$("#pointa").remove();
|
$("#pointa").remove();
|
||||||
$("#pointb").remove();
|
$("#pointb").remove();
|
||||||
$("#pointa").val(pb);
|
$("#pointa").val(pb);
|
||||||
|
Loading…
Reference in New Issue
Block a user