Update StackMonkey.ps1

This commit is contained in:
2025-06-29 13:25:35 -04:00
parent bd8cd2e63c
commit 63758ea64f

View File

@@ -800,7 +800,7 @@
#region UI Generation #region UI Generation
function Build-Checkboxes { function Build-Checkboxes {
param($Page, $Column) param($Page, $Column)
( (
@@ -827,10 +827,10 @@
) -join "`n" ) -join "`n"
$html += @" $html += @"
<div id='${taskId}OptionsContainer' style='display:none; margin-top:4px;'> <div id='${taskId}OptionsContainer' style='display:none; margin-top:4px;'>
$subHtml $subHtml
</div> </div>
"@ "@
} }
$html $html