f5ce127821bae4c11e81c2491d789af5a443f076
chmalee
Thu Oct 20 15:43:58 2022 -0700
Add space after button, refs #29693
diff --git src/hg/js/hgSearch.js src/hg/js/hgSearch.js
index 0d4162d..1ed0f89 100644
--- src/hg/js/hgSearch.js
+++ src/hg/js/hgSearch.js
@@ -589,33 +589,33 @@
var noLiStyle = document.createAttribute("class");
noLiStyle.value = "liNoStyle";
newListObj.setAttributeNode(noLiStyle);
newListObj.innerHTML += "";
newListObj.innerHTML += "";
newListObj.innerHTML += " " + searchDesc + ":";
//printOneFullMatch(newList, matches[0], title, searchDesc);
// Now loop through each actual hit on this table and unpack onto list
var subList = document.createElement("ul");
printMatches(subList, matches, title, searchDesc);
if (matches.length > 10) {
subList.innerHTML += "
No results for: " + uiState.search + "
"; parentDiv.empty(); parentDiv.html(msg); clearOldFacetCounts();