Skip to content

Commit

Permalink
Minor change to layout of inventory page
Browse files Browse the repository at this point in the history
  • Loading branch information
FayCross committed Aug 16, 2018
1 parent 95e19de commit 86f22ad
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -44,8 +44,8 @@
$pageContents = $("#pageContents");

// set fixed text fields and page layout
$("#mainTxt").html('<p>' + x_addLineBreaks(x_currentPageXML.getAttribute("instructions")) + '</p>');
$("#feedbackTxt").html('<p>' + x_addLineBreaks(x_currentPageXML.getAttribute("feedback")) + '</p>');
$("#mainTxt").html(x_addLineBreaks(x_currentPageXML.getAttribute("instructions")));
$("#feedbackTxt").html(x_addLineBreaks(x_currentPageXML.getAttribute("feedback")));
$("#chartTitle").html(x_currentPageXML.getAttribute("chartTitle"));

var panelWidth = x_currentPageXML.getAttribute("panelWidth");
Expand Down

0 comments on commit 86f22ad

Please sign in to comment.