Skip to content

Commit

Permalink
Update GraphsU2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 authored Nov 8, 2019
1 parent 648b4a1 commit 4730f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphsU2.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var newItem2 = document.createElement("TD2");
newItem2.appendChild(document.createTextNode("Graphs U2"));
newItem2.setAttribute("class", "btn btn-default");
newItem2.setAttribute("onclick", "autoToggleGraph2(); drawGraph2();");
var settingbarRow2 = document.getElementById("settingsTable2").firstElementChild.firstElementChild;
var settingbarRow2 = document.getElementById("settingsTable").firstElementChild.firstElementChild;
settingbarRow2.insertBefore(newItem2, settingbarRow2.childNodes[10]);
document.getElementById("settingsRow2").innerHTML += '<div id="graph2Parent2" style="display: none; height: 600px; overflow: auto;"><div id="graph2" style="margin-bottom: 10px;margin-top: 5px; height: 530px;"></div>';
document.getElementById("graph2Parent2").innerHTML += '<div id="graph2Footer2" style="height: 50px;font-size: 1em;"><div id="graph2Footer2Line1" style="display: -webkit-flex;flex: 0.75;flex-direction: row; height:30px;"></div><div id="graph2Footer2Line2"></div></div>';
Expand Down

0 comments on commit 4730f13

Please sign in to comment.