From d9a0abaa06b4e94ffffc921dcb1119b3bb83f522 Mon Sep 17 00:00:00 2001 From: Guillaume Gautreau Date: Sat, 26 Jan 2013 21:39:49 +0100 Subject: [PATCH] works with fixed test --- js/bootstrap-tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index 8b035774..c3708744 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;