From fc821303aaa4dcaab7047d381a9b6ff0e244166e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 15 Oct 2012 21:11:37 +0200 Subject: [PATCH] Fixed WCF.Popover --- wcfsetup/install/files/js/WCF.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }); } }, -- 2.20.1