diff --git a/js/MultipleSelectStatesHack.js b/js/MultipleSelectStatesHack.js index 870df44c86e38e0b275c839ea3c770ee2f57b857..5aaf5b0c2bb45dfb238aad101c5b33c7e4561ee6 100644 --- a/js/MultipleSelectStatesHack.js +++ b/js/MultipleSelectStatesHack.js @@ -7,7 +7,7 @@ function selectOrOtherCheckAndShow($select, speed) { const $selectId = $select .attr('id') - .replace('other-select', 'other-other') + .replace('select', 'other') .replace('edit-field-', ''); const $other = $(`.js-form-item-field-${$selectId}`); if ($select.find('option:selected[value=select_or_other]').length) {