From 1208fa0cbec6ab8439663ee125988cab330d4b6b Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 22 Jul 2025 04:48:17 -0500 Subject: [PATCH] Updated Injecting code into UT Pages (markdown) --- Injecting-code-into-UT-Pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Injecting-code-into-UT-Pages.md b/Injecting-code-into-UT-Pages.md index a161a03..86abcf4 100644 --- a/Injecting-code-into-UT-Pages.md +++ b/Injecting-code-into-UT-Pages.md @@ -3,7 +3,7 @@ This page documents how we inject code into supported pages across the UT Austin web ecosystem. ## Choosing a page to inject on -Current URL is obtained through `window.location.href` +Current URL is obtained through `window.location.href` by calling `getSiteSupport` in `index.tsx` ## siteSupport Contains enum to determine what page a user is on. For example