From e27dc5d71e962effae1ec3b67fa72f77b14d3d98 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Wed, 5 Nov 2014 01:56:18 +0100 Subject: grunt --- docs/dist/js/bootstrap.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dist/js/bootstrap.js') 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 -- cgit v1.2.3