From 79a1474f81ff38a20cca39f1844be7a6cd8d0136 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 1 Dec 2025 03:26:12 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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