Skip to content

Commit

Permalink
Merge branch '5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Oct 19, 2023
2 parents 0223ee1 + 95ac85f commit f11c645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $(document).ready(function() {
** When a field from another group is invalid, show it.
*/
$('#editor button[type="submit"]').click(function() {
$('input:invalid').each(function() {
$('#editor input:invalid').each(function() {
// Find the tab-pane that this element is inside, and get the id
let $closest = $(this).closest('.tab-pane');
let id = $closest.attr('id');
Expand Down

0 comments on commit f11c645

Please sign in to comment.