mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Make it so back to top link ain't broked no mo
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user