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/gbPageIncludeStart.html src/hg/htdocs/inc/gbPageIncludeStart.html index 50fcc09c412..1fa33fce44d 100755 --- src/hg/htdocs/inc/gbPageIncludeStart.html +++ src/hg/htdocs/inc/gbPageIncludeStart.html @@ -1,25 +1,25 @@ <!-- gbPageIncludeStart.html - Include file for GB HTML files included by static pages (no menu bar))--> <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 --> <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"> </head> <body> <!-- Grid layout from bootstrap.css --> <div class="container-fluid"> <!-- Wrapper for GB content -->