1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 00:54:04 +02:00
This commit is contained in:
Heinrich Fenkart
2014-11-05 01:56:18 +01:00
parent 00fa64650a
commit e27dc5d71e
8 changed files with 11 additions and 9 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long