Skip to content

Commit

Permalink
Update events-form.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Oct 9, 2024
1 parent 2c37c3d commit d937cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions events/blocks/events-form/events-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ function addTerms(form, terms) {
}

function decorateSuccessScreen(screen) {
if (!screen) return;

screen.classList.add('form-success-msg');
const subScreens = screen.querySelectorAll('div');

Expand Down

0 comments on commit d937cc1

Please sign in to comment.