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 Oct 25, 2023
1 parent c687826 commit c6f84db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 c6f84db

Please sign in to comment.