e7af8dfcae1e729064d3f6c584ce536e9b443554
max
  Thu Aug 5 09:02:09 2021 -0700
fixing invalid text within an html tag for a button on hgTracks, no redmine, permission request to Braney has been sent

diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 228fa66..e6cc64a 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -8892,32 +8892,31 @@
     // if (showTrackControls)  - always show "hide all", Hiram 2008-06-26
         {
         hPrintf(" ");
         hButtonWithMsg("hgt.hideAll", "hide all","Hide all currently visibile tracks");
         }
 
     hPrintf(" ");
     hPrintf("<INPUT TYPE='button' id='ct_add' VALUE='%s' title='%s'>",
             hasCustomTracks ? CT_MANAGE_BUTTON_LABEL : CT_ADD_BUTTON_LABEL,
             hasCustomTracks ? "Manage your custom tracks" : "Add your own custom tracks");
     jsOnEventById("click", "ct_add", "document.customTrackForm.submit(); return false;");
 
     hPrintf(" ");
     if (hubConnectTableExists())
         {
-        hPrintf("<INPUT TYPE='button' id='th_form' VALUE='track hubs'"
-                "return false;' title='Import tracks from hubs'>");
+        hPrintf("<INPUT TYPE='button' id='th_form' VALUE='track hubs' title='Import tracks from hubs'>");
 	jsOnEventById("click", "th_form", "document.trackHubForm.submit();");
         hPrintf(" ");
         }
 
     hButtonWithMsg("hgTracksConfigPage", "configure","Configure image and track selection");
     hPrintf(" ");
 
     if (!multiRegionButtonTop)
         {
         printMultiRegionButton();
         hPrintf(" ");
         }
     hButtonMaybePressed("hgt.toggleRevCmplDisp", "reverse",
                            revCmplDisp ? "Show forward strand at this location"
                                        : "Show reverse strand at this location",