10e79d37d2607d3ba4dc201a98475913f705c41a max Fri Sep 11 09:37:42 2015 -0700 making shortcuts work by default and fixing MSIE bugs. refs #15370 diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index 627f09b..4133901 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -5804,53 +5804,50 @@ /* Reset vars except for position and database. */ { static char *except[] = {"db", "position", NULL}; char *cookieName = hUserCookie(); char *sessionId = cgiOptionalString(cartSessionVarName()); char *userId = findCookieData(cookieName); struct cart *oldCart = cartNew(userId, sessionId, NULL, NULL); cartRemoveExcept(oldCart, except); cartCheckout(&oldCart); cgiVarExcludeExcept(except); } void setupHotkeys(boolean gotExtTools) /* setup keyboard shortcuts and a help dialog for it */ { -// XX remove if statement after July 2015 -if (!cfgOptionDefault("hotkeys", FALSE)) - return; // wire the keyboard hotkeys hPrintf("