d6185f9d383e5229b4b72b4225daf71077dfbf38 braney Fri Aug 26 11:12:26 2011 -0700 take out the code that tried to guess the correct tab to be highlighted. Greg added Javascript code to remember the last tab, which works better #4912 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index f50933d..d2205fc 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -414,38 +414,30 @@ " "); hgHubConnectPublic(); hgHubConnectUnlisted(); printf(""); printf("
"); -if ((newId != 0) || gotDisconnect) // make MyHubs the default tab - { - printf("\n"); - } - cgiMakeHiddenVar(hgHubConnectRemakeTrackHub, "on"); printf("\n"); puts(""); cartWebEnd(); } char *excludeVars[] = {"Submit", "submit", "hc_one_url", hgHubDoReset, hgHubDoClear, hgHubDoDisconnect, hgHubDataText, hgHubConnectRemakeTrackHub, NULL}; int main(int argc, char *argv[]) /* Process command line. */ { oldVars = hashNew(10);