diff options
| author | XhmikosR <[email protected]> | 2016-05-26 15:30:07 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-05-26 15:30:07 +0300 |
| commit | b0a7979cc1e2cecbfd6078963af9c970ff051d37 (patch) | |
| tree | 30e6213e2b722e7e32d1085a4dccddeb17bc4425 | |
| parent | a950d5642b9e6039b6481e6f4eabe7635c516fde (diff) | |
| download | bootstrap-b0a7979cc1e2cecbfd6078963af9c970ff051d37.tar.xz bootstrap-b0a7979cc1e2cecbfd6078963af9c970ff051d37.zip | |
Fix error with the new jQuery.
| -rw-r--r-- | docs/assets/js/src/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index 69520e947..1c2980a2e 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -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() }) |
