Issue #3414415 by joco_sp, nod_, RoloDMonkey, tcrawford: Content language and translation AJAX expansion is backwards

merge-requests/6279/merge
nod_ 2024-02-23 14:46:35 +01:00
parent 08bf243d3f
commit 223f5c0a07
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
).forEach((input) => {
const $input = $(input);
const $bundleSettings = $input.closest('.bundle-settings');
if (input.checked) {
if (!input.checked) {
$bundleSettings.nextUntil('.bundle-settings').hide();
} else {
$bundleSettings