2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

fix tooltip doc dumbness

This commit is contained in:
fat
2012-12-19 22:05:33 -08:00
parent 219d275ae6
commit 7c456c8554
+1 -1
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' }
})
}