diff options
| author | Guillaume Gautreau <[email protected]> | 2013-01-26 21:39:49 +0100 |
|---|---|---|
| committer | Guillaume Gautreau <[email protected]> | 2013-01-26 21:39:49 +0100 |
| commit | d9a0abaa06b4e94ffffc921dcb1119b3bb83f522 (patch) | |
| tree | f5c0355c730a78975ffbd6fc644bf82520f878b0 | |
| parent | db9ec13ce4088fc13a7ef7b07662317ea2c435c8 (diff) | |
| download | bootstrap-d9a0abaa06b4e94ffffc921dcb1119b3bb83f522.tar.xz bootstrap-d9a0abaa06b4e94ffffc921dcb1119b3bb83f522.zip | |
works with fixed test
| -rw-r--r-- | js/bootstrap-tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index 8b0357744..c3708744e 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; |
