Skip to content

Commit

Permalink
BUGFIX: Fix class removal in JS
Browse files Browse the repository at this point in the history
Fixes a last minute-change-induced bug.
  • Loading branch information
kdambekalns committed Jan 21, 2022
1 parent 09dea11 commit 94e1d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
});

// close dropdown menu reliably
$target.closest('.neos-user-menu').removeClass('neos-open', 'neos-dropdown-open');
$target.closest('.neos-user-menu').removeClass('neos-open neos-dropdown-open');
}
</script>
<style>
Expand Down

0 comments on commit 94e1d17

Please sign in to comment.