From 802fe470460558f31f29af93586c0cb38d55e438 Mon Sep 17 00:00:00 2001 From: HENRY ARTHUR Date: Fri, 8 Dec 2023 19:39:42 -0600 Subject: [PATCH] Sequence Mode with pause and halt features --- WebGUI/html/FEMacroTest.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebGUI/html/FEMacroTest.html b/WebGUI/html/FEMacroTest.html index 38010c97..f94ccc4c 100755 --- a/WebGUI/html/FEMacroTest.html +++ b/WebGUI/html/FEMacroTest.html @@ -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;