diff options
| author | Mark Otto <[email protected]> | 2012-06-07 10:58:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-07 10:58:15 -0700 |
| commit | 860a96939a58831228c2ea90055ca82cd9c84698 (patch) | |
| tree | 621fd25e2b1dd137415171520e698b5f9748dfb9 /docs/assets/js/application.js | |
| parent | f109be4e8a186d0251055f0ac90822c11838fa55 (diff) | |
| download | bootstrap-860a96939a58831228c2ea90055ca82cd9c84698.tar.xz bootstrap-860a96939a58831228c2ea90055ca82cd9c84698.zip | |
fix grid tooltips, tweaks
Diffstat (limited to 'docs/assets/js/application.js')
| -rw-r--r-- | docs/assets/js/application.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 18bcda6c9..f38ee4956 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -36,8 +36,8 @@ } // add tipsies to grid for scaffolding - if ($('#grid-system').length) { - $('#grid-system').tooltip({ + if ($('#gridSystem').length) { + $('#gridSystem').tooltip({ selector: '.show-grid > div' , title: function () { return $(this).width() + 'px' } }) |
