From: Magnus Kühn Date: Tue, 21 Aug 2012 09:26:48 +0000 (+0200) Subject: Fixed use of multiply Popovers X-Git-Tag: 2.0.0_Beta_1~880^2~5^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c1f2137e4f95e2a4861fee0ff57270ac34abd14;p=GitHub%2FWoltLab%2FWCF.git Fixed use of multiply Popovers --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index e65602cc48..6ed1de6c62 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -5362,7 +5362,7 @@ WCF.Popover = Class.extend({ this._popover.hover($.proxy(this._overPopover, this), $.proxy(this._out, this)); this._initContainers(); - WCF.DOMNodeInsertedHandler.addCallback('WCF.Popover', $.proxy(this._initContainers, this)); + WCF.DOMNodeInsertedHandler.addCallback('WCF.Popover.'+selector, $.proxy(this._initContainers, this)); }, /**