Skip to content

Commit

Permalink
Change scope of docs anchor preventDefault to include modals.
Browse files Browse the repository at this point in the history
  • Loading branch information
bardiharborow committed Dec 23, 2016
1 parent 754698c commit fe4cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/js/src/application.js
Expand Up @@ -33,7 +33,7 @@
$('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true)

// Disable empty links in docs examples
$('.bd-example [href="#"]').click(function (e) {
$('.bd-content [href="#"]').click(function (e) {
e.preventDefault()
})

Expand Down

0 comments on commit fe4cd38

Please sign in to comment.