Skip to content

Commit 349cc8c

Browse files
committed
Run grunt.
[ci skip]
1 parent fc26740 commit 349cc8c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if (typeof jQuery === 'undefined') {
283283
.on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) {
284284
var $btn = $(e.target).closest('.btn')
285285
Plugin.call($btn, 'toggle')
286-
if (!($(e.target).is('input[type="radio"]') || $(e.target).is('input[type="checkbox"]'))) {
286+
if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
287287
// Prevent double click on radios, and the double selections (so cancellation) on checkboxes
288288
e.preventDefault()
289289
// The target component still receive the focus

dist/js/bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/docs.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/raw-files.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if (typeof jQuery === 'undefined') {
283283
.on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) {
284284
var $btn = $(e.target).closest('.btn')
285285
Plugin.call($btn, 'toggle')
286-
if (!($(e.target).is('input[type="radio"]') || $(e.target).is('input[type="checkbox"]'))) {
286+
if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
287287
// Prevent double click on radios, and the double selections (so cancellation) on checkboxes
288288
e.preventDefault()
289289
// The target component still receive the focus

docs/dist/js/bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)