0df2065b4bf9f313234bd65b1fd23e53f79be4c0
max
Wed Nov 3 08:36:06 2021 -0700
fixing OFF/OFF bug and revising wording a little for hgHubConnect, refs #28324
diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c
index cc0ac1b..7caeb9b 100644
--- src/hg/hgHubConnect/hgHubConnect.c
+++ src/hg/hgHubConnect/hgHubConnect.c
@@ -431,67 +431,67 @@
"type='text' size='65'%s>\n", hubUrlVal);
printf("\n");
puts("
Use the URL bar above to check a hub for errors. This will "
"validate the hub's configuration files, including hub.txt, "
"genomes.txt and trackDb.txt. "
"It will also present a hierarchical tree of tracks with any errors in red. A hub "
"with no errors still shows the tree which can be used to explore the track hierarchy. "
"Hub error checking will always refresh the files and never use our remote file cache (see below)."
"
\n "
);
puts(""); // .tabSection
puts("
");
puts("
Enable Genome Browser debugging modes
");
-puts("
These apply to all connected hubs. By default, caching is activated and track load times are not shown, but you can change these settings when debugging your hub.
");
+puts("
These apply to all connected hubs. By default, caching is activated and track load times are not shown, but you can change these settings while developing your hub:
");
puts("
");
puts("
"); // margin-left
puts("
"); // tabSection
puts(""); // #hubDeveloper
jsOnEventById("click", "hubValidateButton", "makeIframe(event)");
}
void printSearchAndFilterBoxes(int searchEnabled, char *hubSearchTerms, char *dbFilter)
/* Create the text boxes for search and database filtering along with the required
* javscript */
{
printf("