ea1f7873f7fbb38c2acfce40982d5dd88e5d2478
max
Thu Jun 11 05:23:11 2020 -0700
making autocomplete click the go button immediately, refs #25703
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index f9a7104..0dfafcf 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("hgt.jump", "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?