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:
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'
};