mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Make it so back to top link ain't broked no mo
This commit is contained in:
parent
1659ac6473
commit
b4f023f809
@ -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">
|
||||
|
@ -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()
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user