diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 28f9cae..5d55208 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -718,12 +718,16 @@ function GetHtmlContent { }); } - if (document.querySelector('input[name="setSVSPowerplan"]').checked) { + if (setSVSPowerplan.checked) { fetch('/installSVSPowerplan', { method: 'GET' }); appendLog("Setting SVS Powerplan", "cyan"); } - + if (installSVSMSPModule.checked) { + fetch('/installsvsmspmodule', { method: 'GET' }); + appendLog("Installing CyberQP", "cyan"); + + } if (installCyberQP.checked) { fetch('/installCyberQP', { method: 'GET' });