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:
e443e8b
)
Fixed WCF.Popover
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 15 Oct 2012 19:11:37 +0000
(21:11 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 15 Oct 2012 19:11:37 +0000
(21:11 +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 9d81eca62fff4087e8f216941bbf1e77bbf6f73c..6c713cbcccced12682c856569bfb004a9142e49c 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-5636,7
+5636,8
@@
WCF.Popover = Class.extend({
}
else {
this._popover.wcfFadeOut(function() {
- self._popoverContent.empty().css({ height: 'auto', opacity: 0, width: 'auto' }).hide();
+ self._popoverContent.empty().css({ height: 'auto', opacity: 0, width: 'auto' });
+ self._popover.hide();
});
}
},