Skip to content

Commit

Permalink
Remove attempt to highlight selected section
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Jun 16, 2014
1 parent 753efdd commit 5bc9d6f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions website-src/_root/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

$('.bs-docs-container [href=#]').click(function (e) {
e.preventDefault();
})

$window.on('activate.bs.scrollspy', function () {
$body.toggle.effect('highlight');
});

// back to top
Expand All @@ -40,8 +36,8 @@
var navOuterHeight = $('.bs-docs-nav').height()

return (this.top = offsetTop - navOuterHeight - sideBarMargin)
}
, bottom: function () {
},
bottom: function () {
return (this.bottom = $('.bs-footer').outerHeight(true))
}
}
Expand Down

0 comments on commit 5bc9d6f

Please sign in to comment.