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() {