378c5348de042d31ab26fe0a738f4a53b2977368
kate
Wed Aug 21 11:19:10 2019 -0700
Minor cleanup
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index bf1aa03..1a9e5a5 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -8492,40 +8492,39 @@
hPrintf(" ");
if (hubConnectTableExists())
{
hPrintf("");
jsOnEventById("click", "th_form", "document.trackHubForm.submit();");
hPrintf(" ");
}
hButtonWithMsg("hgTracksConfigPage", "configure","Configure image and track selection");
hPrintf(" ");
hButtonMaybePressed("hgTracksConfigMultiRegionPage", "multi-region",
"Configure multi-region display options",
- "popUpHgt.hgTracks('multi-region config'); return false;",
- virtMode);
+ "popUpHgt.hgTracks('multi-region config'); return false;", virtMode);
hPrintf(" ");
if (!hIsGsidServer())
{
hButtonMaybePressed("hgt.toggleRevCmplDisp", "reverse",
revCmplDisp ? "Show forward strand at this location"
: "Show reverse strand at this location",
- NULL, revCmplDisp ? TRUE : FALSE);
+ NULL, revCmplDisp);
hPrintf(" ");
}
hButtonWithOnClick("hgt.setWidth", "resize", "Resize image width to browser window size", "hgTracksSetWidth()");
hPrintf(" ");
hButtonWithMsg("hgt.refresh", "refresh","Refresh image");
hPrintf("
\n");
if( chromosomeColorsMade )
{
hPrintf("Chromosome Color Key:
");
hPrintf("
\n");
}