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