From 7bf3204e5bc58a4363202e7df5e07ee2b00967d0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 30 Oct 2012 16:43:22 +0100 Subject: [PATCH] Fixed tooltip for sidebar button --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 5a702cf491..94ab3babbb 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3660,9 +3660,11 @@ WCF.Collapsible.Sidebar = Class.extend({ this._userPanelHeight = $('#topMenu').outerHeight(); // add toggle button + WCF.DOMNodeInsertedHandler.enable(); this._button = $('').prependTo(this._sidebar); this._button.click($.proxy(this._click, this)); this._buttonHeight = this._button.outerHeight(); + WCF.DOMNodeInsertedHandler.disable(); this._proxy = new WCF.Action.Proxy({ showLoadingOverlay: false, -- 2.20.1