Commit b0a7979c authored by XhmikosR's avatar XhmikosR
Browse files

Fix error with the new jQuery.

parent a950d564
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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()
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment