0dc3dba8c97201b69523bbcf01b4c19b17fce05a braney Fri Oct 10 13:09:38 2025 -0700 ongoing work on quickLift diff --git src/hg/hgTracks/quickLiftPull.c src/hg/hgTracks/quickLiftPull.c index 8ce6ac9bd49..ea673f19dbf 100644 --- src/hg/hgTracks/quickLiftPull.c +++ src/hg/hgTracks/quickLiftPull.c @@ -1,60 +1,60 @@ // 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" boolean quickLiftPullEnabled() { return TRUE; } void quickLiftPull(char *db) /* Fill out exported data hubs popup. */ { if (!quickLiftPullEnabled()) return; -hPrintf("\n"); hDisconnectCentral(&conn); #endif hPrintf("\n"); }