0cd5f4b2378530681f734607a53392ad19e34156
kate
Mon Jun 22 09:02:45 2020 -0700
Revert change to caps on go button, which makes it inconsistent with all other buttons on page.
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 0dfafcf..8686b2e 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -8355,31 +8355,31 @@
position = cloneString(buf);
char *pressedClass = "", *showVirtRegions = "";
if (differentString(virtModeType, "default"))
{
pressedClass = "pressed";
showVirtRegions = "show multi-region position ranges and ";
}
hPrintf("%s",
pressedClass, showVirtRegions, addCommasToPos(database, position));
hPrintf("\n", buf);
sprintLongWithCommas(buf, virtWinEnd - virtWinStart);
hPrintf(" %s bp. ", buf);
hPrintf("\n");
hWrites(" ");
- hButton("goButton", "Go");
+ hButton("goButton", "go");
if (!trackHubDatabase(database))
{
jsonObjectAdd(jsonForClient, "assemblySupportsGeneSuggest", newJsonBoolean(assemblySupportsGeneSuggest(database)));
if (assemblySupportsGeneSuggest(database))
hPrintf("\n", assemblyGeneSuggestTrack(database));
}
if (survey && differentWord(survey, "off"))
hPrintf(" "
"%s\n",
survey, surveyLabel ? surveyLabel : "Take survey");
hPutc('\n');
}
}
// TODO GALT how to handle ideos?