wrap whole dropdown search item in an a tag

This commit is contained in:
Mark Eaton
2021-02-25 09:45:04 -05:00
parent 410ae865e4
commit 66de5bf1dd
2 changed files with 51 additions and 36 deletions
+1 -2
View File
@@ -252,10 +252,9 @@ window.onload = function () {
};
</script>
<!-- script to make OneSearch dropdown customizations work -->
<!-- script to make OneSearch dropdown work -->
<script type="text/javascript">
function customizeSearch(facet) {
// re-render the dropdown menu with the current pick
document.getElementById('dropdownMenu1').innerHTML = facet + ' <span class="caret"></span>';