I forgot to call the spot on the page where it was getting the information.

This commit is contained in:
Matt Burchett 2018-01-23 18:05:57 -06:00
parent fa0f848c35
commit 21f0214b53

View File

@ -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);