Fixed use of multiply Popovers
authorMagnus Kühn <magnus.khn@gmail.com>
Tue, 21 Aug 2012 09:26:48 +0000 (11:26 +0200)
committerMagnus Kühn <magnus.khn@gmail.com>
Tue, 21 Aug 2012 09:26:48 +0000 (11:26 +0200)
wcfsetup/install/files/js/WCF.js

index e65602cc48c02e66204a0db17fc7b4f81f12ad96..6ed1de6c6264da5767b653d7caf9f34bf1158313 100755 (executable)
@@ -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));
        },
        
        /**