5dab84a761280b1155aa58b756fa2c4ecf4baef5
angie
  Thu Jun 30 09:13:50 2016 -0700
Added optional CGI param to hgMenubar to specify a file other than inc/globalNavBar.inc, so the same correction of relative links can be applied to other files such as inc/jWestFooter.html.  refs #17470

diff --git src/hg/htdocs/index.html src/hg/htdocs/index.html
index 37b793f..a3d1178 100755
--- src/hg/htdocs/index.html
+++ src/hg/htdocs/index.html
@@ -116,19 +116,22 @@
               <a href="http://groups.google.com/a/soe.ucsc.edu/group/genome-announce?hl=en"
                  target=_blank>Subscribe</a>
               -->
               <hr>
               <em>The UCSC Genome Browser is developed and maintained by the
               <a href="staff.html">Genome Bioinformatics Group</a>, a cross-departmental team
               within the <a href="http://genomics.ucsc.edu/">UCSC Genomics Institute</a></em>.
             </div> <!-- sectionContents -->
           </div> <!-- newsBox -->
         </div> <!-- news -->
 
       </div> <!-- row2 -->
 
     </div> <!-- main -->
 
+    <!-- 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"-->
 
   </body>
 </html>