From: Alexander Ebert Date: Wed, 5 Sep 2012 11:43:45 +0000 (+0200) Subject: .dropdownMenu must no longer be a direct descendant of .dropdown X-Git-Tag: 2.0.0_Beta_1~890^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=970a081260997ac79a253fa67571d0931d1b66b2;p=GitHub%2FWoltLab%2FWCF.git .dropdownMenu must no longer be a direct descendant of .dropdown --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 6b1146b42c..7c98eb9567 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -654,7 +654,7 @@ WCF.Dropdown = { */ setAlignment: function(dropdown, dropdownMenu) { if (dropdown) { - var $dropdownMenu = dropdown.children('.dropdownMenu:eq(0)'); + var $dropdownMenu = dropdown.find('.dropdownMenu:eq(0)'); } else { var $dropdownMenu = dropdownMenu;