From: Alexander Ebert Date: Thu, 28 Aug 2014 15:27:57 +0000 (+0200) Subject: Added proper link to dropdown toggles in user panel X-Git-Tag: 2.1.0_Alpha_1~381 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7d7dea52b3210392c32dda87fa60df12409f205d;p=GitHub%2FWoltLab%2FWCF.git Added proper link to dropdown toggles in user panel --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 5184360261..41d34b8c6a 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -10287,7 +10287,7 @@ WCF.UserPanel = Class.extend({ this._container.addClass('dropdown'); this._link = this._container.children('a').remove(); - var $button = $('' + this._link.html() + '').appendTo(this._container).click($.proxy(this._click, this)); + var $button = $('' + this._link.html() + '').appendTo(this._container).click($.proxy(this._click, this)); var $dropdownMenu = $('