Update samy.ps1

This commit is contained in:
2025-12-20 23:42:09 -05:00
parent d9690faf92
commit 62ae44452c

View File

@@ -765,15 +765,6 @@ function Get-SamyTasks {
#region building the Menus #region building the Menus
# Define every task once here:
# Id → checkbox HTML `id`
# Name → URL path (`/Name`)
# Label → user-visible text
# HandlerFn → the PowerShell function to invoke
# Page → which tab/page it appears on
$Global:SamyTasks = Get-SamyTasks -Url $Script:SamyTasksUrl $Global:SamyTasks = Get-SamyTasks -Url $Script:SamyTasksUrl
if (-not $Global:SamyTasks) { if (-not $Global:SamyTasks) {