diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index fcc51da..1505cc6 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -516,7 +516,7 @@ function GetHtmlContent { Select All - + Set SVS Powerplan @@ -739,8 +739,8 @@ function GetHtmlContent { }); } - if (setSVSPowerplan.checked) { - fetch('/installSVSPowerplan', { method: 'GET' }); + if (SetSVSPowerplan.checked) { + fetch('/SetSVSPowerplan', { method: 'GET' }); appendLog("Setting SVS Powerplan", "cyan"); }