diff --git a/samy.ps1 b/samy.ps1 index a4a653e..be7698c 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1019,8 +1019,8 @@ function Get-UIHtml { # # 3) Pull CSS/JS from Gitea and inline them # - $cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.css?raw=1" - $jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.js?raw=1" + $cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/beta/samy.css?raw=1" + $jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/beta/samy.js?raw=1" # # 4) HTML template - **no external link/script src** anymore, all inlined