mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
remove commented out docs js
This commit is contained in:
parent
b5242d3068
commit
d738c8729b
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user