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