5afb7c00df05d61e1cbe878788d695f105ac8fc4
hiram
  Thu Apr 9 09:51:11 2020 -0700
adding analytics to home page refs #23969

diff --git src/hg/htdocs/index.html src/hg/htdocs/index.html
index a9aae71..28a1570 100755
--- src/hg/htdocs/index.html
+++ src/hg/htdocs/index.html
@@ -130,18 +130,19 @@
     </div> <!-- main -->
 <!--Adding survey button and link - cath 7-13-16 -->
 <!--
     <div style="display: inline-block; vertical-align: top; padding-top: 10px;">
       <a href="https://www.surveymonkey.com/r/QYVSXKW" target="_blank"</a>
       <img src="../images/surveyButton.jpg" alt="user survey" 
       title="Your feedback is important to us! Please take our 2016 user survey."/>
     </div> 
 -->
 <!--end survey button, leaving comments in place for next survey -->
 
     <!-- Note: after v335 release, we should change "inc/jWestFooter.html" to
         "/cgi-bin/hgMenubar?incFile=/inc/jWestFooter.html" so there won't be extra
         ../'s in local links for web browsers to ignore -->
     <!--#include virtual="inc/jWestFooter.html"-->
+    <script src="js/analytics.js"></script>
 
   </body>
 </html>