4988e1f90ac3398d5e228209c5646f21b72846b1 tdreszer Fri Sep 10 08:51:35 2010 -0700 Added tdbLimitedByAncestry() and used it to fix 2 vis problems: cfg popup and findTracks initial vis diff --git src/hg/js/hgTracks.js src/hg/js/hgTracks.js index fe29252..2c277d0 100644 --- src/hg/js/hgTracks.js +++ src/hg/js/hgTracks.js @@ -2100,7 +2100,7 @@ cmd: "hgt.metadataValue" + num }); } - findTracksSearchButtonsEnable(true); + //findTracksSearchButtonsEnable(true); } function findTracksHandleNewMdbVals(response, status) @@ -2295,7 +2295,7 @@ //$('select.mdbVar').attr('selectedIndex',0); // Do we want to set the first two to cell/antibody? $('select.mdbVal').attr('selectedIndex',0); // Should be 'Any' $('select.groupSearch').attr('selectedIndex',0); - findTracksSearchButtonsEnable(false); + //findTracksSearchButtonsEnable(false); return false; } /////////////////////////////////////////////////////