Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-12-16 02:13:22 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-16 02:33:05 +0300
commitee72e7838df71e28825480e44b278453e092a64c (patch)
tree9fb6ff638b1c86df8ef7125c0cb76215fdf9736e /js/dist/button.js
parentffd3402a923b19754b4735803f9f9580bc1c38a5 (diff)
dist
Diffstat (limited to 'js/dist/button.js')
-rw-r--r--js/dist/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/button.js b/js/dist/button.js
index b50334d2ab..45bb1d87d9 100644
--- a/js/dist/button.js
+++ b/js/dist/button.js
@@ -47,7 +47,7 @@
var Selector = {
DATA_TOGGLE_CARROT: '[data-toggle^="button"]',
DATA_TOGGLE: '[data-toggle="buttons"]',
- INPUT: 'input',
+ INPUT: 'input:not([type="hidden"])',
ACTIVE: '.active',
BUTTON: '.btn'
};