Skip to content

Commit

Permalink
Sequence Mode with pause and halt features
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJames4 committed Dec 9, 2023
1 parent 9a929af commit 802fe47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebGUI/html/FEMacroTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2795,7 +2795,8 @@
var toggleButton = document.getElementById("runSequenceBtn");
var el = document.getElementById("verticalLayoutOutputDiv");

if (el) {
if (el)
{
var currentWidth = el.offsetWidth;
var currentHeight = el.offsetHeight;

Expand Down

0 comments on commit 802fe47

Please sign in to comment.