Skip to content

Commit

Permalink
Fixes #38177 - remove select2('destroy') for non select2 item
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga authored and evgeni committed Jan 31, 2025
1 parent 07ff0b6 commit 24634a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/lookup_keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ $(document).on('ContentLoad', function() {
.on('submit', function() {
build_match();
});
$('.matcher_key').select2('destroy');
});

function select_first_tab() {
Expand Down

0 comments on commit 24634a9

Please sign in to comment.