898fdeaa1667f0840890881a70f6ad37d9d0a0d6
lrnassar
Fri Sep 13 13:14:15 2024 -0700
Reverting Max's change because it was breaking sequence table browser output, refs #33415
diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c
index 3ce65d0..bb3085b 100644
--- src/hg/hgTables/mainPage.c
+++ src/hg/hgTables/mainPage.c
@@ -1022,33 +1022,30 @@
}
else if (anySubtrackMerge(database, curTable) || anyIntersection())
{
hPrintf("Note: The all fields and selected fields output formats "
"are not available when a%s has been specified.
",
canSubtrackMerge ? " subtrack merge or intersection" : "n intersection");
}
cgiMakeButton(hgtaDoTopSubmit, "Get output");
hPrintf(" ");
if (isPositional || isWig)
{
cgiMakeButton(hgtaDoSummaryStats, "Summary/statistics");
hPrintf(" ");
}
- if (cfgOptionBooleanDefault("curl", 0))
- cgiMakeButton(hgtaDoCurl, "get curl command");
-
#ifdef SOMETIMES
hPrintf(" ");
cgiMakeButton(hgtaDoTest, "test");
#endif /* SOMETIMES */
}
hPrintf("