From: Guillaume Gautreau Date: Sat, 26 Jan 2013 20:39:49 +0000 (+0100) Subject: works with fixed test X-Git-Tag: v2.3.0^2~7^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9a0abaa06b4e94ffffc921dcb1119b3bb83f522;p=thirdparty%2Fbootstrap.git works with fixed test --- diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index 8b03577442..c3708744e5 100644 --- a/js/bootstrap-tooltip.js +++ b/js/bootstrap-tooltip.js @@ -190,7 +190,7 @@ if (offset.left < 0){ delta = -offset.left * 2; - offset.left = 0.1; + offset.left = 0; $tip.offset(offset); actualWidth = $tip[0].offsetWidth; actualHeight = $tip[0].offsetHeight;