2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+2 -2
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' }
})