006f356d9ec06729b2693cfeda849e5a6c67c4dd
max
  Sat Sep 19 12:10:36 2015 -0700
Revert "adding menu entries under genomes and genome browser, refs #16022"

This reverts commit 385f6d8b1f19463d2103cee18970fa833411293f.

Conflicts:
src/hg/hgTracks/hgTracks.c

diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index f3c1061..2f62645 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -5378,33 +5378,36 @@
    be drawn with names highlighted for easy identification. */
 createHgFindMatchHash();
 
 /* This means that no single result was found
 I.e., multiple results may have been found and are printed out prior to this code*/
 if (NULL == chromName)
     {
     // In case user manually edits the browser location as described in #13009,
     // revert the position.  If they instead choose from the list as we expect,
     // that will set the position to their choice.
     char *lastPosition = cartUsualString(cart, "lastPosition", hDefaultPos(database));
     cartSetString(cart, "position", lastPosition);
     return;
     }
 
+<<<<<<< HEAD
 // save the current position to the cart var position.<db>
 cartSetDbPosition(cart, database, position);
 
+=======
+>>>>>>> parent of 385f6d8... adding menu entries under genomes and genome browser, refs #16022
 seqBaseCount = hChromSize(database, chromName);
 winBaseCount = winEnd - winStart;
 
 /* Figure out basic dimensions of display.  This
  * needs to be done early for the sake of the
  * zooming and dinking routines. */
 setLayoutGlobals();
 
 baseShowPos = cartUsualBoolean(cart, BASE_SHOWPOS, FALSE);
 baseShowAsm = cartUsualBoolean(cart, BASE_SHOWASM, FALSE);
 baseShowScaleBar = cartUsualBoolean(cart, BASE_SCALE_BAR, TRUE);
 baseShowRuler = cartUsualBoolean(cart, BASE_SHOWRULER, TRUE);
 safef(titleVar,sizeof(titleVar),"%s_%s", BASE_TITLE, database);
 baseTitle = cartUsualString(cart, titleVar, "");
 if (sameString(baseTitle, ""))