dbccb3494beb352ff8031fadd376306f59a15dc6
galt
  Mon Aug 19 18:13:21 2019 -0700
Add googleAnalytics calls to static page footers. fixes #23969

diff --git src/hg/htdocs/inc/jWestFooter.html src/hg/htdocs/inc/jWestFooter.html
old mode 100644
new mode 100755
index e4ccb82..bc0a017
--- src/hg/htdocs/inc/jWestFooter.html
+++ src/hg/htdocs/inc/jWestFooter.html
@@ -1,53 +1,55 @@
 <div class="jwClearBoth"></div>
 <div id="footer" class="jwRow jwFooterContainer">
   <div class="jwFooterColumn">
     <a href="http://www.ucsc.edu">UCSC Home</a>
     <br>
     <a href="http://www.soe.ucsc.edu">BSOE Home</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/">Genomics Institute Home</a>
   </div>
 
   <div class="jwFooterColumn">
     <a href="../license/">Licenses</a>
     <br>
     <a href="../training/">Training</a>
     <br>
     <a href="../cite.html">Cite Us</a>
   </div>
 
   <div class="jwFooterColumn">
     <a href="https://genome-store.ucsc.edu/">Store</a>
     <br>
     <a href="../contacts.html">Contact</a>
     <br>
     <a href="../cgi-bin/hgUserSuggestion">Suggestions</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/careers/">Jobs</a>
   </div>
 
   <div class="jwFooterColumn">
     <div class="jwFooterIcons">
       <a href="http://www.facebook.com/ucscGenomeBrowser">
         <i class="fa fa-facebook-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="https://www.twitter.com/GenomeBrowser">
         <i class="fa fa-twitter-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="http://genome.ucsc.edu/blog/">
         <i class="fa fa-wordpress fa-2x"></i></a>
       <br>
       <a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&gid=1001&pgid=780&cid=1749&dids=645">
         <div class="jwAllCapsButton jwDonateButton" id="donateButton">
           Donate
         </div>
       </a>
     </div>
   </div>
 
   <div class="jwFooterCopyright">
     &copy; 2000-2018 The Regents of the University of California. All Rights Reserved.
     <br>
     <a href="../conditions.html">Conditions of Use</a>
   </div>
-</div> <!-- footer -->
+</div>
+<!--#include file="googleAnalytics.html"-->
+<!-- footer -->