mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
Make it so back to top link ain't broked no mo
This commit is contained in:
@@ -48,13 +48,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Quick back to top -->
|
<!-- Quick back to top -->
|
||||||
<a href="#" class="bs-top">
|
<a href="#" class="bs-top">
|
||||||
Back to top
|
Back to top
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="bs-footer">
|
<footer class="bs-footer">
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
var $window = $(window)
|
var $window = $(window)
|
||||||
|
|
||||||
// Disable certain links in docs
|
// Disable certain links in docs
|
||||||
$('[href=#]').click(function (e) {
|
$('.bs-docs-container [href=#]').click(function (e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user