1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-19 06:18:22 +01:00

fix tooltip doc dumbness

This commit is contained in:
fat 2012-12-19 22:05:33 -08:00
parent 219d275ae6
commit 7c456c8554

View File

@ -34,7 +34,7 @@
// add tipsies to grid for scaffolding
if ($('#gridSystem').length) {
$('#gridSystem').tooltip({
selector: '.show-grid > div'
selector: '.show-grid > div:not(.tooltip)'
, title: function () { return $(this).width() + 'px' }
})
}