Make it so back to top link ain't broked no mo

This commit is contained in:
Mark Otto 2013-07-26 00:02:20 -07:00
parent 1659ac6473
commit b4f023f809
2 changed files with 6 additions and 6 deletions

View File

@ -48,13 +48,13 @@
</div>
</div>
<!-- Quick back to top -->
<a href="#" class="bs-top">
Back to top
</a>
</div>
<!-- Quick back to top -->
<a href="#" class="bs-top">
Back to top
</a>
<!-- Footer
================================================== -->
<footer class="bs-footer">

View File

@ -9,7 +9,7 @@
var $window = $(window)
// Disable certain links in docs
$('[href=#]').click(function (e) {
$('.bs-docs-container [href=#]').click(function (e) {
e.preventDefault()
})