877d275fba2154784c6dd114641ad9ba7881a860 chmalee Thu May 16 10:18:51 2024 -0700 Close div when printing exported data hubs, refs #33700 diff --git src/hg/hgTracks/exportedDataHubs.c src/hg/hgTracks/exportedDataHubs.c index e86444d..8fe0e63 100644 --- src/hg/hgTracks/exportedDataHubs.c +++ src/hg/hgTracks/exportedDataHubs.c @@ -1,45 +1,46 @@ // Code to parse list of exported data track hubs from table and print as browser dialog // for client dialog (js) // /* Copyright (C) 2024 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "common.h" #include "dystring.h" #include "hCommon.h" #include "hgConfig.h" #include "htmshell.h" #include "hash.h" #include "web.h" #include "ra.h" #include "hgTracks.h" #include "hgFind.h" #include "obscure.h" #include "net.h" #include "hubConnect.h" #include "trackHub.h" #include "exportedDataHubs.h" void printExportedDataHubs(char *db) /* Fill out exported data hubs popup. */ { if (!exportedDataHubsEnabled()) return; hPrintf("\n"); hDisconnectCentral(&conn); }