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);
});
$('#swapab').click(function() {
var pa = "pointa";
var pb = "pointb";
var pa = $("#pointa");
var pb = $("#pointb");
$("#pointa").remove();
$("#pointb").remove();
$("#pointa").val(pb);