60b4b2383869d11fba48ea5dfe616d9b90ebaecf kate Thu Nov 17 09:43:58 2016 -0800 Fix GO button (broken by CSS refactor). refs #17369 diff --git src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c index e73426b..e51edd5 100644 --- src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c +++ src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c @@ -28,36 +28,37 @@ { char *assembly = stringBetween("(", ")", hFreezeFromDb(db)); puts( "\n" "
\n" "
\n" ); printf( " \n" " %s Track\n" " %s \n" " " " %s \n" , trackDb->shortLabel, assembly, trackDb->longLabel); puts( +"\n" " \n" "
\n" "
\n" "
\n" "
GO
\n" -" \n" +" \n" "
\n" "
\n" "
\n"); } static void printBodyMap() { puts( " \n" " \n" " GTEx Body Map illustration not found\n" " \n"); } static void printVisSelect()