Commit d738c872 authored by Mark Otto's avatar Mark Otto
Browse files

remove commented out docs js

parent b5242d30
Showing with 0 additions and 24 deletions
+0 -24
...@@ -32,30 +32,6 @@ ...@@ -32,30 +32,6 @@
e.preventDefault() 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 // theme toggler
(function () { (function () {
var stylesheetLink = $('#bs-theme-stylesheet') var stylesheetLink = $('#bs-theme-stylesheet')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment