Skip to content

Commit

Permalink
HPC-9104: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
berliner committed Nov 8, 2023
1 parent 0866503 commit c6ac10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/modules/custom/ghi_search/js/ghi_search.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
$(toggle).attr('disabled', 'disabled');
}

if ($(context).find('#' + search_toggle_id)) {
var search_toggle = document.getElementById(search_toggle_id);
var search_toggle = document.getElementById(search_toggle_id);
if ($(context).find('#' + search_toggle_id) && search_toggle) {
var observer = new MutationObserver(function(mutations) {
if ($('body').hasClass('path-search')) {
if ($(search_toggle).attr('aria-expanded') == 'false') {
Expand Down

0 comments on commit c6ac10a

Please sign in to comment.