c4cf39d819e7051bdf1f018a0cbdf09463b54731
tdreszer
  Tue Jun 28 15:18:00 2011 -0700
Fixed redmine 2813 note 23.  The gene autocomplete dialog overflowed the page and had bad css.
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 3c07597..50f8763 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -5591,33 +5591,31 @@
     ideogramToo = cartUsualBoolean(cart, "hgt.ideogramToo", FALSE);
     hideControls = TRUE;
     withNextItemArrows = FALSE;
     withNextExonArrows = FALSE;
     hgFindMatches = NULL;     // XXXX necessary ???
     }
 hWrites(commonCssStyles());
 jsIncludeFile("jquery.js", NULL);
 jsIncludeFile("jquery-ui.js", NULL);
 jsIncludeFile("utils.js", NULL);
 jsIncludeFile("ajax.js", NULL);
 boolean searching = differentString(cartUsualString(cart, TRACK_SEARCH,"0"),"0");
 if(dragZooming && !searching)
     {
     jsIncludeFile("jquery.imgareaselect.js", NULL);
-#ifdef NEW_JQUERY
-    webIncludeResourceFile("jquery.ui.autocomplete.css");
-#else///ifndef NEW_JQUERY
+#ifndef NEW_JQUERY
     webIncludeResourceFile("autocomplete.css");
     jsIncludeFile("jquery.autocomplete.js", NULL);
 #endif///ndef NEW_JQUERY
     }
     jsIncludeFile("autocomplete.js", NULL);
 jsIncludeFile("hgTracks.js", NULL);
 
 #ifdef LOWELAB
 jsIncludeFile("lowetooltip.js", NULL);
 #endif
 
 if(advancedJavascriptFeaturesEnabled(cart))
     {
     webIncludeResourceFile("jquery-ui.css");
     if (!searching) // NOT doing search