mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
unfuck broke links in docs
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
offset: navHeight
|
offset: navHeight
|
||||||
})
|
})
|
||||||
|
|
||||||
$('[href^=#]').click(function (e) {
|
$('[href=#]').click(function (e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user