wrap whole dropdown search item in an a tag
This commit is contained in:
@@ -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>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user