7b505b6e3605354f21c14e125270bf61bce8462e max Fri Jan 20 02:23:12 2023 -0800 switching off that enter key jumps to first search result in hgGateway, no redmine, email from Hiram to group diff --git src/hg/js/hgGateway.js src/hg/js/hgGateway.js index 56e7bd8..3a8e083 100644 --- src/hg/js/hgGateway.js +++ src/hg/js/hgGateway.js @@ -1615,31 +1615,31 @@ if (! pruneInactive(dbDbTree, activeGenomes, activeTaxIds)) { prunedDbDbTree = null; } } // When page has loaded, do layout adjustments and initialize event handlers. $(function() { scrollbarWidth = findScrollbarWidth(); setRightColumnWidth(); setupFavIcons(); autocompleteCat.init($('#speciesSearch'), { baseUrl: 'hgGateway?hggw_term=', watermark: speciesWatermark, onSelect: setDbFromAutocomplete, onServerReply: processSpeciesResults, - enterSelectsIdentical: true }); + enterSelectsIdentical: false }); $('#selectAssembly').change(onChangeDbMenu); $('#positionDisplay').click(onClickCopyPosition); $('#copyPosition').click(onClickCopyPosition); $('.jwGoButtonContainer').click(goToHgTracks); $(window).resize(setRightColumnWidth.bind(null, scrollbarWidth)); displaySurvey(); replaceHgsidInLinks(); // Fill in searchObj here once everything is displayed. autocompleteFromTree(prunedDbDbTree, searchObj); }); } return { init: init, // For use by speciesTree.draw SVG (text-only onclick): onClickSpeciesLabel: onClickSpeciesLabel,