mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Fix error with the new jQuery.
This commit is contained in:
parent
20103dac18
commit
0c2734fce0
@ -28,7 +28,7 @@
|
||||
})
|
||||
|
||||
// Kill links
|
||||
$('.bs-docs-container [href=#]').click(function (e) {
|
||||
$('.bs-docs-container [href="#"]').click(function (e) {
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user