From: Marcel Werk Date: Sat, 12 Jan 2013 22:22:45 +0000 (+0100) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_1~569^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5e92fd884fdd8410d2d398ede35a235658998c46;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index a8cf99063a..bdc1de4baa 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -7250,7 +7250,7 @@ WCF.UserPanel = Class.extend({ this._container.addClass('dropdown'); this._link = this._container.children('a').remove(); - $('' + this._link.html() + '').appendTo(this._container).click($.proxy(this._click, this)); + $('' + this._link.html() + '').appendTo(this._container).click($.proxy(this._click, this)); var $dropdownMenu = $('