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:
d858485
)
Small fix (missing space)
author
Luzifr
<szekely@woltlab.com>
Tue, 18 Oct 2011 21:21:12 +0000
(23:21 +0200)
committer
Luzifr
<szekely@woltlab.com>
Tue, 18 Oct 2011 21:21:12 +0000
(23:21 +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 dc0d0ef1799c10648263ee61bf232f238a1046f2..6f443d1f21d854c575efa614ebb7859075cb8b9f 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-2667,7
+2667,7
@@
WCF.Effect.BalloonTooltip.prototype = {
else {
this.tooltip.css({
top: (event.pageY + 20) + "px",
- left: (event.pageX +5) + "px",
+ left: (event.pageX +
5) + "px",
right: "auto"
});
}