diff --git a/html/modules/custom/ghi_search/js/ghi_search.ui.js b/html/modules/custom/ghi_search/js/ghi_search.ui.js index f27eef43c..2633e0ebc 100644 --- a/html/modules/custom/ghi_search/js/ghi_search.ui.js +++ b/html/modules/custom/ghi_search/js/ghi_search.ui.js @@ -26,9 +26,9 @@ }); if ($(context).hasClass('path-search') && !$(context).hasClass('search-form-open')) { - $(toggle).attr('aria-expanded', 'true'); $(toggle).trigger('click'); $('#' + search_form_id).attr('data-cd-hidden', 'false'); + $('body').addClass('search-form-open'); } } } diff --git a/html/modules/custom/hpc_downloads/templates/hpc-download-pdf-header.html.twig b/html/modules/custom/hpc_downloads/templates/hpc-download-pdf-header.html.twig index 8a1fa4282..20ec29a9b 100644 --- a/html/modules/custom/hpc_downloads/templates/hpc-download-pdf-header.html.twig +++ b/html/modules/custom/hpc_downloads/templates/hpc-download-pdf-header.html.twig @@ -1,5 +1,5 @@ - +