diff options
| author | Chris Rebert <[email protected]> | 2014-02-12 11:02:37 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-12 11:02:56 -0800 |
| commit | 40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb (patch) | |
| tree | b2e9020430544d75997d3077e4b53d0df8da4752 /docs/assets/js/application.js | |
| parent | 5796b56d9665ed84b6c6635c7ceb7d68a068003c (diff) | |
| download | bootstrap-40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb.tar.xz bootstrap-40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb.zip | |
fix #12708 by updating class names in the docs JS
Diffstat (limited to 'docs/assets/js/application.js')
| -rw-r--r-- | docs/assets/js/application.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 742b83ed8..1a92aaf02 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -34,7 +34,7 @@ var navHeight = $('.navbar').outerHeight(true) + 10 $body.scrollspy({ - target: '.bs-sidebar', + target: '.bs-docs-sidebar', // offset: navHeight }) @@ -48,7 +48,7 @@ // back to top setTimeout(function () { - var $sideBar = $('.bs-sidebar') + var $sideBar = $('.bs-docs-sidebar') $sideBar.affix({ offset: { @@ -60,7 +60,7 @@ return (this.top = offsetTop - navOuterHeight - sideBarMargin) }, bottom: function () { - return (this.bottom = $('.bs-footer').outerHeight(true)) + return (this.bottom = $('.bs-docs-footer').outerHeight(true)) } } }) |
