519b01241eea4c7c667e184993c8dabf69e66f9c larrym Fri Jun 11 17:53:06 2010 +0000 remove searchTracks cartRemove diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index b94083f..cbf0f90 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -47,7 +47,7 @@ #include "imageV2.h" #include "suggest.h" -static char const rcsid[] = "$Id: hgTracks.c,v 1.1650 2010/06/05 19:29:42 braney Exp $"; +static char const rcsid[] = "$Id: hgTracks.c,v 1.1651 2010/06/11 17:53:06 larrym Exp $"; /* These variables persist from one incarnation of this program to the * next - living mostly in the cart. */ @@ -5533,7 +5533,7 @@ jsIncludeFile("jquery-ui.js", NULL); jsIncludeFile("jquery.contextmenu.js", NULL); -hPrintf("
"); +hPrintf("\n"); // XXXX stole this and '.hidden' from bioInt.css - needs work hPrintf(" \n"); #endif @@ -5603,7 +5603,6 @@ #ifdef TRACK_SEARCH else if (cartVarExists(cart, searchTracks)) { - cartRemove(cart, searchTracks); doSearchTracks(groupList); } #endif