25eac8765c2e8a7300a791d0fe33e91c33e3c31f
galt
Wed Sep 20 17:11:37 2023 -0700
hgTables - Making links work better to support http or https. refs #32257
diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c
index 817972e..12e1a4e 100644
--- src/hg/hgTables/mainPage.c
+++ src/hg/hgTables/mainPage.c
@@ -1056,33 +1056,33 @@
"see Using the Table Browser (below). "
"General information and sample queries are available from the "
"Table Browser User's Guide. "
"For more complex queries, we recommend "
"Galaxy or "
"our public "
"MySQL server. "
"To examine the biological function of your set through annotation "
"enrichments, send the data to "
"GREAT. "
"%s"
"Refer to the "
"Credits page for the list of "
"contributors and usage restrictions associated with these data. "
"Bulk download of track data is available from the "
- "Sequence and Annotation Downloads page."
- , getGenomeSpaceText()
+ , getGenomeSpaceText(), cgiAppendSForHttps()
);
hPrintf(" Less...");
// Show more or less intro text
char jsText[1024];
safef(jsText, sizeof jsText,
"$('#tbHelpMore').hide();"
"$('#tbHelp').show();"
"$('#tbHelpLess').show();"
);
jsOnEventById("click", "tbHelpMore", jsText);
safef(jsText, sizeof jsText,
"$('#tbHelpMore').show();"
"$('#tbHelp').hide();"
"$('#tbHelpLess').hide();"