Skip to content

Commit

Permalink
LOYALIST-51 Delete duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Aug 12, 2024
1 parent 3d5925f commit 660176b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom/modules/loyalist_core/js/search_input_required.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
const required = $(search_input).attr('required');
if (typeof required === 'undefined' && required !== true) {
$(search_input).attr('required', true);
$(search_input).attr('required', true);
}

// If form validity check fails then apply BS5 invalid class.
Expand Down

0 comments on commit 660176b

Please sign in to comment.