Bug 32382: (follow-up) Fix selector

Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucas Gass 2022-12-19 23:50:17 +00:00 committed by Tomas Cohen Arazi
parent d66d118b43
commit ac1ab8ab45
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -557,7 +557,7 @@
}
else {
the_dropdown.find('option[value="'+selected+'"]').removeClass('b_inactive');
$(this).parent('span').find('.b_inactive').remove();
$(this).siblings().find('.b_inactive').remove();
}
});