From: Alexander Ebert Date: Mon, 15 Oct 2012 19:11:37 +0000 (+0200) Subject: Fixed WCF.Popover X-Git-Tag: 2.0.0_Beta_1~861^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fc821303aaa4dcaab7047d381a9b6ff0e244166e;p=GitHub%2FWoltLab%2FWCF.git Fixed WCF.Popover --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 9d81eca62f..6c713cbccc 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -5636,7 +5636,8 @@ WCF.Popover = Class.extend({ } else { this._popover.wcfFadeOut(function() { - self._popoverContent.empty().css({ height: 'auto', opacity: 0, width: 'auto' }).hide(); + self._popoverContent.empty().css({ height: 'auto', opacity: 0, width: 'auto' }); + self._popover.hide(); }); } },