diff --git a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalScriptContributor.cs b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalScriptContributor.cs
index 836c089f1..2ae3ac12f 100644
--- a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalScriptContributor.cs
+++ b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalScriptContributor.cs
@@ -31,7 +31,6 @@ public override void ConfigureBundle(BundleConfigurationContext context)
context.Files.AddIfNotContains("/libs/datatables.net-colreorder-bs5/js/colReorder.bootstrap5.min.js");
context.Files.AddIfNotContains("/libs/echarts/echarts.min.js");
- context.Files.AddIfNotContains("/libs/tributejs/dist/tribute.min.js");
context.Files.AddIfNotContains("/libs/tinymce/tinymce.min.js");
context.Files.AddIfNotContains("/libs/tinymce/themes/silver/theme.min.js");
diff --git a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Account.cshtml b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Account.cshtml
index 19a5622d2..2057a67b9 100644
--- a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Account.cshtml
+++ b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Account.cshtml
@@ -99,9 +99,11 @@
- @* Loaded outside the bundle: re-minifying this already-minified library alongside the rest of
- UX2.Global corrupts its automatic-reconnect closures into unbounded mutual recursion. *@
+ @* Loaded outside the bundle: re-minifying these already-minified libraries alongside the rest
+ of UX2.Global risks corrupting their internal closures (observed for SignalR's
+ automatic-reconnect logic; tribute.js's active regex scanning is suspected similarly). *@
+
diff --git a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Application.cshtml b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Application.cshtml
index 25f0f92c1..6a5fb4490 100644
--- a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Application.cshtml
+++ b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Application.cshtml
@@ -109,9 +109,11 @@
@await Component.InvokeLayoutHookAsync(LayoutHooks.PageContent.Last, StandardLayouts.Application)
- @* Loaded outside the bundle: re-minifying this already-minified library alongside the rest of
- UX2.Global corrupts its automatic-reconnect closures into unbounded mutual recursion. *@
+ @* Loaded outside the bundle: re-minifying these already-minified libraries alongside the rest
+ of UX2.Global risks corrupting their internal closures (observed for SignalR's
+ automatic-reconnect logic; tribute.js's active regex scanning is suspected similarly). *@
+
diff --git a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Empty.cshtml b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Empty.cshtml
index d7d15398a..c11e64cb7 100644
--- a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Empty.cshtml
+++ b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Themes/UX2/Layouts/Empty.cshtml
@@ -66,9 +66,11 @@
- @* Loaded outside the bundle: re-minifying this already-minified library alongside the rest of
- UX2.Global corrupts its automatic-reconnect closures into unbounded mutual recursion. *@
+ @* Loaded outside the bundle: re-minifying these already-minified libraries alongside the rest
+ of UX2.Global risks corrupting their internal closures (observed for SignalR's
+ automatic-reconnect logic; tribute.js's active regex scanning is suspected similarly). *@
+