a84eb84eb5342a776e9c98f1914cd73fb5e08cb5 chmalee Tue Mar 17 14:57:38 2020 -0700 Fixing typo in help text for udcTimeout option on hub validate page, refs #24559 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 318effe..f52d4d6 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -451,31 +451,31 @@ printf("<span class=\"tooltiptext\">" "Checking this box shows the timing measurements below the Genome Browser image. " "Useful for determining slowdowns to loading or drawing tracks." "</span>\n"); printf("</div></li>\n"); // tooltip div printf("<li>\n"); // udcTimeout enable/disable printf("<input name=\"disableUdcTimeout\" id=\"disableUdcTimeout\" " "class=\"hubField\" type=\"checkbox\" %s >", udcTimeout != NULL ? "checked" : ""); printf("<label for=\"disableUdcTimeout\">Enable hub refresh</label>\n"); // add a tooltip explaining these checkboxes printf("<div class=\"tooltip\"> (?)\n"); printf("<span class=\"tooltiptext\">" "Checking this box changes the cache expiration time (default of 5 minutes) " - "and allows the Genome Browser to reload Hub configuration files with each refresh." + "and allows the Genome Browser to reload Hub configuration and data files with each refresh." "</span>\n"); printf("</div></li>\n"); // tooltip div printf("</ul>\n"); printf("</div>\n"); // extraSettingsList div printf("</div>\n"); // extraSettingsContainer div if (hubUrl != NULL && doHubValidate) doValidateNewHub(hubUrl); else printf("<div id=\"hubDeveloperInstructions\">Enter URL to hub to check configuration settings " "or load hub </div> \n"); printf("</div>"); // hubDeveloper div jsOnEventById("click", "hubValidateButton", "var validateText = document.getElementById('validateHubUrl');"