7a94f7836d114a24524e5eec896e6973a538d022 max Wed May 7 08:13:37 2025 -0700 adding help to autosuggest box on hgGateway, refs #35050 diff --git src/hg/js/autocompleteCat.js src/hg/js/autocompleteCat.js index ae7d362c227..4e17af0e219 100644 --- src/hg/js/autocompleteCat.js +++ src/hg/js/autocompleteCat.js @@ -20,30 +20,31 @@ var that = this; var currentCategory = ""; // There's no this._super as shown in the doc, so I can't override // _create as shown in the doc -- just do this every time we render... this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); $.each(items, function(index, item) { // Add a heading each time we see a new category: if (item.category && item.category !== currentCategory) { ul.append("