From 21f0214b5363c622d3010057cc9deee9dca3377f Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Tue, 23 Jan 2018 18:05:57 -0600 Subject: [PATCH] I forgot to call the spot on the page where it was getting the information. --- js/GUI.Utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/GUI.Utils.js b/js/GUI.Utils.js index 1720719..e7f15c0 100644 --- a/js/GUI.Utils.js +++ b/js/GUI.Utils.js @@ -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);