From 3c1f2137e4f95e2a4861fee0ff57270ac34abd14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Magnus=20K=C3=BChn?= Date: Tue, 21 Aug 2012 11:26:48 +0200 Subject: [PATCH] Fixed use of multiply Popovers --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }, /** -- 2.20.1