Skip to content

Commit

Permalink
Refs #41207 5f, Add pcp name block to new contrib page for drupal 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
apple843119 committed Jul 17, 2024
1 parent ee163ea commit bfa9c86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/contribution_page.d9.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@
});
}

if ($('fieldset.pcp-group').length) {
$('fieldset.pcp-group').insertAfter('.custom_pre_profile-group');
}

$('#crm-container>form').submit(function(){
if($('label.error').length){
ContribPage.updateShowAllStep();
Expand Down

0 comments on commit bfa9c86

Please sign in to comment.