5c3b3ae39b7eb61b93be63c263a5f9a403b30f0d
lrnassar
  Fri Feb 13 14:21:18 2026 -0800
Fixing edgecase in CDNs ticket, the JS was loading from the wrong location on that one page set to dynmatically load it (js/, not js/external/) and the local css we have doesn't have fontawesome arrows, so it was changed to use the ones we have. Refs #33998

diff --git src/hg/htdocs/inc/gbPageStart.html src/hg/htdocs/inc/gbPageStart.html
index 39260c17c4f..9f371b3bdfd 100755
--- src/hg/htdocs/inc/gbPageStart.html
+++ src/hg/htdocs/inc/gbPageStart.html
@@ -9,31 +9,31 @@
         <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:700|Lato:700,700italic,300,400,400italic">
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/style/font-awesome.min.css">
 
         <!-- Redirects don't forward ROOT, so can't determine relative paths -->
         <!--#if expr="($REDIRECT_URL)" -->
             <base href="/">
         <!--#endif -->
         <!-- Use ROOT variable set in caller to determine relative path to style sheets -->
 
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/style/bootstrap.min.css">
 
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/style/gb.css">
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/staticStyle/gbStatic.css">
 
         <script src="<!--#echo var="ROOT" -->/js/jquery.js"></script>
-        <script src="<!--#echo var="ROOT" -->/js/external/bootstrap-3.3.7.min.js"></script>
+        <script src="<!--#echo var="ROOT" -->/js/bootstrap-3.3.7.min.js"></script>
 
         <!--#if expr="${ENCODING}" -->
         <meta http-equiv="Content-Type" content="text/html; charset=${ENCODING}"/>
         <!--#endif -->
 
     </head>
 
     <body>
         <!-- Blue menu bar / hotlinks -->
         <!--#include virtual="../cgi-bin/hgMenubar"-->
 
         <!-- Grid layout from bootstrap.css -->
         <div class="container-fluid">
             <!-- Wrapper for GB content -->
             <div class="gbsPage">