Update StackMonkey.ps1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user