1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Update some links and rename #gridsystem to #grid-system

This commit is contained in:
Mark Otto
2013-02-17 18:10:29 -08:00
parent 077b70112f
commit 4cbb663d9d
4 changed files with 7 additions and 7 deletions

View File

@@ -34,8 +34,8 @@
})
// add tipsies to grid for scaffolding
if ($('#gridSystem').length) {
$('#gridSystem').tooltip({
if ($('#grid-system').length) {
$('#grid-system').tooltip({
selector: '.show-grid > [class*="span"]'
, title: function () { return $(this).width() + 'px' }
})