1a2aef3c877e9a8e365da31b63acde9032bd01bc
chmalee
  Wed Dec 3 12:50:09 2025 -0800
Make gene alleles section of hgGene show up when doing hgGene in a pop up, refs #36770

diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 6ab420012d9..9a0922e1f66 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -11667,30 +11667,31 @@
                 {
                 jsInline("var startTutorialOnLoad = true;");
                 }
             if (sameOk(cgiOptionalString("startClinical"), "true"))
                 {
                 jsInline("var startClinicalOnLoad = true;");
                 }
             }
         }
 
     hPrintf("<div id='hgTrackUiDialog' style='display: none'></div>\n");
     hPrintf("<div id='hgTracksDialog' style='display: none'></div>\n");
     if (cfgOptionBooleanDefault("canDoHgcInPopUp", FALSE))
         {
         jsIncludeFile("hgc.js", NULL);
+        jsIncludeFile("alleles.js", NULL);
         hPrintf("<div id='hgcDialog' style='display: none'></div>\n");
         }
 
     cartFlushHubWarnings();
     }
 
 
 if (cartVarExists(cart, "chromInfoPage"))
     {
     cartRemove(cart, "chromInfoPage");
     chromInfoPage();
     }
 else if (differentString(cartUsualString(cart, TRACK_SEARCH,"0"),"0"))
     {
     doSearchTracks(groupList);