65bf003397e55927776facd7654de161ea8c1e20
lrnassar
  Fri Jan 30 15:59:33 2026 -0800
Downloading our major CDNs and changing their references to all be local, there are some more corner cases that were low priority as discussed in the ticket. This work is done to improve performance, expecially for overseas users. Refs #33998

diff --git src/hg/htdocs/inc/gbPageStart.html src/hg/htdocs/inc/gbPageStart.html
index c64c53d1371..39260c17c4f 100755
--- src/hg/htdocs/inc/gbPageStart.html
+++ src/hg/htdocs/inc/gbPageStart.html
@@ -1,45 +1,39 @@
 <!-- gbPageStart.html - Include file for GB static pages -->
 
 <html>
     <head>
         <meta charset="UTF-8">
         <title>
             <!--#echo var="TITLE" -->
         </title>
         <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:700|Lato:700,700italic,300,400,400italic">
-        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <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 -->
 
-        <!--#if expr="${DYNAMIC}" -->
-        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
-        <!--#else -->
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/style/bootstrap.min.css">
-        <!--#endif -->
 
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/style/gb.css">
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/staticStyle/gbStatic.css">
 
-        <!--#if expr="${DYNAMIC}" -->
-        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
-        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-        <!--#endif -->
+        <script src="<!--#echo var="ROOT" -->/js/jquery.js"></script>
+        <script src="<!--#echo var="ROOT" -->/js/external/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">