aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-09 02:44:11 -0700
committerMark Otto <[email protected]>2014-07-09 02:44:11 -0700
commitd738c8729b578e06027677fb45d173de501f5fd3 (patch)
tree72c90c8e2740a7856669e8a8291dba4146cbdc0f /docs
parentb5242d30682167bd61a85e91d2d8b1b379c3bc7d (diff)
downloadbootstrap-d738c8729b578e06027677fb45d173de501f5fd3.tar.xz
bootstrap-d738c8729b578e06027677fb45d173de501f5fd3.zip
remove commented out docs js
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/src/application.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js
index 743617b4e..c4ae6c9bf 100644
--- a/docs/assets/js/src/application.js
+++ b/docs/assets/js/src/application.js
@@ -32,30 +32,6 @@
e.preventDefault()
})
- // Sidenav affixing
- // setTimeout(function () {
- // var $sideBar = $('.bs-docs-sidebar')
-
- // $sideBar.affix({
- // offset: {
- // top: function () {
- // var offsetTop = $sideBar.offset().top
- // var sideBarMargin = parseInt($sideBar.children(0).css('margin-top'), 10)
- // var navOuterHeight = $('.bs-docs-nav').height()
-
- // return (this.top = offsetTop - navOuterHeight - sideBarMargin)
- // },
- // bottom: function () {
- // return (this.bottom = $('.bs-docs-footer').outerHeight(true))
- // }
- // }
- // })
- // }, 100)
-
- // setTimeout(function () {
- // $('.bs-top').affix()
- // }, 100)
-
// theme toggler
(function () {
var stylesheetLink = $('#bs-theme-stylesheet')