mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-19 14:27:12 +01:00
fix tooltip doc dumbness
This commit is contained in:
parent
219d275ae6
commit
7c456c8554
@ -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' }
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user