diff options
| author | Ivan Khalopik <[email protected]> | 2013-06-10 10:31:51 +0300 |
|---|---|---|
| committer | Ivan Khalopik <[email protected]> | 2013-06-10 10:31:51 +0300 |
| commit | e138b0df3a1bcd536cc312d7c4714ff5bc9acd2b (patch) | |
| tree | 2d6f41184d19466d6f9fa016ba521260413435cb /docs/assets/js/application.js | |
| parent | 3285f4c3062f4a56eaed2461a3128a2e6a3ba9cc (diff) | |
| parent | d74a9634b0cb21a712f5e805c7a21132dc9bee5e (diff) | |
| download | bootstrap-e138b0df3a1bcd536cc312d7c4714ff5bc9acd2b.tar.xz bootstrap-e138b0df3a1bcd536cc312d7c4714ff5bc9acd2b.zip | |
Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wip
Diffstat (limited to 'docs/assets/js/application.js')
| -rw-r--r-- | docs/assets/js/application.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 30a7c0d6e..db86701fb 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -9,7 +9,7 @@ var $window = $(window) // Disable certain links in docs - $('section [href^=#]').click(function (e) { + $('[href=#]').click(function (e) { e.preventDefault() }) @@ -27,14 +27,6 @@ $('.bs-top').affix() }, 100) - // add tipsies to grid for scaffolding - if ($('#grid-system').length) { - $('#grid-system').tooltip({ - selector: '.show-grid > [class*="span"]' - , title: function () { return $(this).width() + 'px' } - }) - } - // tooltip demo $('.tooltip-demo').tooltip({ selector: "a[data-toggle=tooltip]" |
