diff options
| author | Jacob Thornton <[email protected]> | 2013-07-28 22:14:43 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-28 22:14:43 -0700 |
| commit | e5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3 (patch) | |
| tree | 7d14a859717116939794a4846cdf45b937fb845b /assets | |
| parent | ce5737870545b908da0dd0744906edd12a9c126c (diff) | |
| download | bootstrap-e5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3.tar.xz bootstrap-e5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3.zip | |
fixes #8703
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/js/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/application.js b/assets/js/application.js index 8097107ef..30659f453 100644 --- a/assets/js/application.js +++ b/assets/js/application.js @@ -15,7 +15,7 @@ offset: navHeight }) - $('[href=#]').click(function (e) { + $('.bs-docs-container [href=#]').click(function (e) { e.preventDefault() }) |
