c9e1a0dfc1cd2ce34690c5a889a93386fcd17c6d kate Mon Feb 13 15:39:35 2017 -0800 Need JS functions in utils.js (also used by GTEx hgc, right-click config page) to manage enable/disable of view limits input. Sadly doesn't grey out text still. diff --git src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c index 00f5bef..3ee5bdb 100644 --- src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c +++ src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c @@ -358,30 +358,31 @@ // Print form with configuration HTML, and track description printf( "
"); printDataInfo(db, tdb); if (tdb->html) printTrackDescription(tdb); puts( ""); // Initialize illustration display and handle mouseover and clicks +puts(""); puts(""); webIncludeFile("inc/gbFooter.html"); webEndJWest(); } int main(int argc, char *argv[]) /* Process CGI / command line. */ { /* Null terminated list of CGI Variables we don't want to save to cart */ /* TODO: check these */ char *excludeVars[] = {"submit", "Submit", "g", NULL}; long enteredMainTime = clock1000(); cgiSpoof(&argc, argv);