Add DOMNodeInsertedHandler for WCF.Popover
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 7 Aug 2012 22:10:22 +0000 (00:10 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 7 Aug 2012 22:10:22 +0000 (00:10 +0200)
wcfsetup/install/files/js/WCF.js

index f181afdbbf2307473d4d9d6edd4e90f0760861cd..cd92118aae1af29ed4e59cbc7f942c421f08545e 100755 (executable)
@@ -5310,6 +5310,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));
        },
        
        /**