Skip to content

Commit

Permalink
Fix error with the new jQuery.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 26, 2016
1 parent 20103da commit 0c2734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/js/src/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
})

// Kill links
$('.bs-docs-container [href=#]').click(function (e) {
$('.bs-docs-container [href="#"]').click(function (e) {
e.preventDefault()
})

Expand Down

0 comments on commit 0c2734f

Please sign in to comment.