Replace select2 detection

62fdce8cad0f975b12aee3a3aa2bab76fd439463

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/world-info.js+1 -1
@@ -1960,7 +1960,7 @@ function clearEntryList() {
19601960 $list.find('select').each(function () {
19611961 const $select = $(this);
19621962 // Remove Select2-related data and container if present
19631963 if ($select.hasClassdata('select2-hidden-accessible')) {
19641964 try {
19651965 $select.select2('destroy');
19661966 } catch (e) {