Small fix (missing space)
authorLuzifr <szekely@woltlab.com>
Tue, 18 Oct 2011 21:21:12 +0000 (23:21 +0200)
committerLuzifr <szekely@woltlab.com>
Tue, 18 Oct 2011 21:21:12 +0000 (23:21 +0200)
wcfsetup/install/files/js/WCF.js

index dc0d0ef1799c10648263ee61bf232f238a1046f2..6f443d1f21d854c575efa614ebb7859075cb8b9f 100644 (file)
@@ -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"
                        });
                }