Skip to content

Commit

Permalink
9.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored May 1, 2023
2 parents 8455a0d + 821ac17 commit 3c51098
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'DO NOT INSTALL. This is for profile installation task only.'
core_version_requirement: '^9.4 || ^10'
hidden: true
type: module
version: 9.4.17
version: 9.4.18
default_content:
shortcut:
- 0c69448d-c6fa-4fb8-9b2e-f93f3a955baf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- 'hook_event_dispatcher:toolbar_event_dispatcher'
- 'hook_event_dispatcher:user_event_dispatcher'
- 'hook_event_dispatcher:views_event_dispatcher'
version: 9.4.17
version: 9.4.18
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Stanford HumSci'
type: profile
description: 'Installation profile for HumSci Drupal'
version: 9.4.17
version: 9.4.18
core_version_requirement: '^9.4 || ^10'
themes:
- material_admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ function toggleAccordionFromSearch() {
});
}

if (Object.keys(params).length) {
if (Object.keys(params).length && Object.prototype.hasOwnProperty.call(params, 'search')) {
toggleAccordionFromSearch();
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ function toggleTimelineFromSearch() {
});
}

if (Object.keys(params).length) {
if (Object.keys(params).length && Object.prototype.hasOwnProperty.call(params, 'search')) {
toggleTimelineFromSearch();
}
2 changes: 1 addition & 1 deletion docroot/themes/humsci/humsci_colorful/js/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docroot/themes/humsci/humsci_traditional/js/index.js

Large diffs are not rendered by default.

0 comments on commit 3c51098

Please sign in to comment.