Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WoltLab/WCF
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Aug 8, 2012
2 parents b18bb1d + 066f39a commit 9387967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wcfsetup/install/files/js/WCF.js
Expand Up @@ -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));
},

/**
Expand Down

0 comments on commit 9387967

Please sign in to comment.