From 5e92fd884fdd8410d2d398ede35a235658998c46 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 12 Jan 2013 23:22:45 +0100 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/js/WCF.js | 2 +- wcfsetup/install/files/style/global.less | 39 ++++++------------------ wcfsetup/install/files/style/layout.less | 35 +++++---------------- 3 files changed, 18 insertions(+), 58 deletions(-) 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 = $('