mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Fix error with the new jQuery.
This commit is contained in:
parent
a950d5642b
commit
b0a7979cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
$('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true)
|
||||
|
||||
// Disable empty links in docs examples
|
||||
$('.bd-example [href=#]').click(function (e) {
|
||||
$('.bd-example [href="#"]').click(function (e) {
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue