From 1b17c521ba09ec75ffc93c92e672479864237ef2 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Tue, 23 Jan 2018 18:08:16 -0600 Subject: [PATCH] fixing bad value --- 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 e7f15c0..ad794df 100644 --- a/js/GUI.Utils.js +++ b/js/GUI.Utils.js @@ -44,8 +44,8 @@ $(document).ready(function() { var pb = $("#pointb"); $("#pointa").remove(); $("#pointb").remove(); - $("#pointa").val(pb); - $("#pointb").val(pa); + $("#pointa").html(pb); + $("#pointb").html(pa); }); $('#calctnd').click(function() {