From 40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Feb 2014 11:02:37 -0800 Subject: fix #12708 by updating class names in the docs JS --- docs/assets/js/application.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/assets/js/application.js') 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)) } } }) -- cgit v1.2.3