8b044d5f4044e8450db06f21481249e95bec7f85 kate Wed Mar 3 17:07:11 2021 -0800 Multi-region link on hgTrackUi now turns track on in dense if it was hidden. Responding to QA note 22. refs #26385 diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 51e209c..5fbfa43 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -3265,31 +3265,31 @@ { if (tdb->html != NULL && tdb->html[0] != 0) return tdb->html; } return NULL; } void printTrackHtml(struct trackDb *tdb) /* If there's some html associated with track print it out. Also print * last update time for data table and make a link * to the TB table schema page for this table. */ { if (!isCustomTrack(tdb->track)) { printRelatedTracks(database, trackHash, tdb, cart); - extraUiLinks(database, tdb); + extraUiLinks(database, tdb, cart); printTrackUiLink(tdb); printOrigAssembly(tdb); printDataVersion(database, tdb); printUpdateTime(database, tdb, NULL); printDataRestrictionDate(tdb); } char *html = getHtmlFromSelfOrParent(tdb); if (html != NULL && html[0] != 0) { htmlHorizontalLine(); // Add pennantIcon printPennantIconNote(tdb); // Wrap description html in div with limited width, so when the page is very wide