Skip to content
Snippets Groups Projects
Verified Commit 223f5c0a authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3414415 by joco_sp, nod_, RoloDMonkey, tcrawford: Content language and...

Issue #3414415 by joco_sp, nod_, RoloDMonkey, tcrawford: Content language and translation AJAX expansion is backwards
parent 08bf243d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment