Issue #3414415 by joco_sp, nod_, RoloDMonkey, tcrawford: Content language and translation AJAX expansion is backwards
parent
08bf243d3f
commit
223f5c0a07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue