1498e7fc5bb16c1452644aa5f73dfec937814f4a braney Thu Aug 20 10:25:33 2015 -0700 revert changes made for #6551 diff --git src/hg/hgTracks/config.c src/hg/hgTracks/config.c index 8ab754e..0f65be7 100644 --- src/hg/hgTracks/config.c +++ src/hg/hgTracks/config.c @@ -504,26 +504,23 @@ cgiMakeButtonWithMsg(configDefaultAll, "default","Display only default tracks"); hPrintf(" Groups: "); hButtonWithOnClick("hgt.collapseGroups", "collapse all", "Collapse all track groups", "return vis.expandAllGroups(false)"); hPrintf(" "); hButtonWithOnClick("hgt.expandGroups", "expand all", "Expand all track groups", "return vis.expandAllGroups(true)"); hPrintf("<div style='margin-top:.2em; margin-bottom:.9em;'>Control track and group visibility " "more selectively below.</div>"); trackConfig(trackList, groupList, groupTarget, vis); dyStringFree(&title); freez(&groupTarget); webEndSectionTables(); hPrintf("</FORM>"); - -// force the browser to save the default trackDb visibilities in the cart -cartRemove(cart, CART_HAS_DEFAULT_VISIBILITY); } void configPage() /* Put up configuration page. */ { configPageSetTrackVis(-2); }