From 7ac57d1977438f6f86b9610eed0116edeb506b59 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 4 Jan 2025 02:07:42 -0500 Subject: [PATCH] attempt to fix the select all checkbox --- SVSTaskGate.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 321921e..b8d3ecf 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -304,7 +304,7 @@ function Install-SVSMSP { Perform-ToolkitInstallation } - Install-SVSMSP -InstallToolkit + #Install-SVSMSP -InstallToolkit # ---------------------------------------------------------------------------------- @@ -346,7 +346,7 @@ function Get-N8nWebhookData { - return $data + #return $data } catch { Write-Host "Error making the GET request:" -ForegroundColor Red @@ -582,7 +582,7 @@ function GetHtmlContent {