diff options
| author | Mark Otto <[email protected]> | 2013-01-15 14:30:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-15 14:30:00 -0800 |
| commit | 267690eb1bd0192338b07c6d4ed2f5b25d2fc143 (patch) | |
| tree | 9d59c9543f37d7d9f55fd385adf7a425cd8a405b /docs/assets/js/application.js | |
| parent | 09696143e0301e30b931467a40d13a6d357dac07 (diff) | |
| download | bootstrap-267690eb1bd0192338b07c6d4ed2f5b25d2fc143.tar.xz bootstrap-267690eb1bd0192338b07c6d4ed2f5b25d2fc143.zip | |
docs changes, more type improvements, add grid system basics back
Diffstat (limited to 'docs/assets/js/application.js')
| -rw-r--r-- | docs/assets/js/application.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index cc442ade4..4fd6d3617 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -34,12 +34,12 @@ }) // add tipsies to grid for scaffolding - if ($('#gridSystem').length) { - $('#gridSystem').tooltip({ - selector: '.show-grid > div:not(.tooltip)' - , title: function () { return $(this).width() + 'px' } - }) - } + // if ($('#gridSystem').length) { + // $('#gridSystem').tooltip({ + // selector: '.show-grid > div:not(.tooltip)' + // , title: function () { return $(this).width() + 'px' } + // }) + // } // tooltip demo $('.tooltip-demo').tooltip({ |
