Verified Commit 278ef3a6 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

(cherry picked from commit 223f5c0a)
parent f4d6cdf6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,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