aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-11-05 01:56:18 +0100
committerHeinrich Fenkart <[email protected]>2014-11-05 01:56:18 +0100
commite27dc5d71e962effae1ec3b67fa72f77b14d3d98 (patch)
treeebae466621808be3f82c72a5f9c54a13cda65e41 /docs/dist/js/bootstrap.js
parent00fa64650a604639dfd7ffc747a126a06c88e031 (diff)
downloadbootstrap-e27dc5d71e962effae1ec3b67fa72f77b14d3d98.tar.xz
bootstrap-e27dc5d71e962effae1ec3b67fa72f77b14d3d98.zip
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 4333b76af..8d00835e9 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -331,6 +331,7 @@ if (typeof jQuery === 'undefined') {
}
Carousel.prototype.keydown = function (e) {
+ if (/input|textarea/i.test(e.target.tagName)) return
switch (e.which) {
case 37: this.prev(); break
case 39: this.next(); break