diff options
| author | Corbzilla <[email protected]> | 2015-09-07 15:28:42 +0000 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-07 13:41:45 -0700 |
| commit | 2dce4740cf05229459e2a1d448f6364f3522e83c (patch) | |
| tree | a65e3ea3b1f37441d9c60ef400f01db79f1d5d59 /docs | |
| parent | 9a61cfb3d1a00d58a04f0ed260cf39db87d3b55f (diff) | |
| download | bootstrap-2dce4740cf05229459e2a1d448f6364f3522e83c.tar.xz bootstrap-2dce4740cf05229459e2a1d448f6364f3522e83c.zip | |
Add JS to fix indeterminate checkbox example in docs
Fixes #17196
Closes #17510
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/js/src/application.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index f579b10b2..6d3226d9a 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -28,6 +28,9 @@ $('.tooltip-test').tooltip() $('.popover-test').popover() + // Indeterminate checkbox example + $('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true) + // Disable empty links in docs examples $('.bd-example [href=#]').click(function (e) { e.preventDefault() |
