Skip to content

Commit

Permalink
fix id not class
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Apr 29, 2024
1 parent 694fa0a commit a5943ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/extending.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ $(document).on('change', '#diocesanCalendarDioceseName', ev => {
}
});

$(document).on('change', '.existingFestivityName', ev => {
$(document).on('change', '#existingFestivityName', ev => {
$modal = $(ev.currentTarget).closest('.actionPromptModal');
$form = $modal.find('form');
$form.each((idx, el) => { $(el).removeClass('was-validated') });
Expand Down

0 comments on commit a5943ca

Please sign in to comment.