]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
works with fixed test
authorGuillaume Gautreau <guillaume+github@ghusse.com>
Sat, 26 Jan 2013 20:39:49 +0000 (21:39 +0100)
committerGuillaume Gautreau <guillaume+github@ghusse.com>
Sat, 26 Jan 2013 20:39:49 +0000 (21:39 +0100)
js/bootstrap-tooltip.js

index 8b0357744247ca096ccb075de45ac3b0af018ce5..c3708744e54f720255edad0cbf20f84545f8e2ce 100644 (file)
 
       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;