0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix error with the new jQuery.

This commit is contained in:
XhmikosR 2016-05-26 15:30:07 +03:00
parent a950d5642b
commit b0a7979cc1

View File

@ -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()
})