projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5335141
)
Fixed use of multiply Popovers
author
Magnus Kühn
<magnus.khn@gmail.com>
Tue, 21 Aug 2012 09:26:48 +0000
(11:26 +0200)
committer
Magnus Kühn
<magnus.khn@gmail.com>
Tue, 21 Aug 2012 09:26:48 +0000
(11:26 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index e65602cc48c02e66204a0db17fc7b4f81f12ad96..6ed1de6c6264da5767b653d7caf9f34bf1158313 100755
(executable)
--- 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));
},
/**