mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
unfuck broke links in docs
This commit is contained in:
parent
80123fc039
commit
d78c85c82a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
offset: navHeight
|
||||
})
|
||||
|
||||
$('[href^=#]').click(function (e) {
|
||||
$('[href=#]').click(function (e) {
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue