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

File diff suppressed because one or more lines are too long

View File

@ -331,6 +331,7 @@ if (typeof jQuery === 'undefined') {
} }
Carousel.prototype.keydown = function (e) { Carousel.prototype.keydown = function (e) {
if (/input|textarea/i.test(e.target.tagName)) return
switch (e.which) { switch (e.which) {
case 37: this.prev(); break case 37: this.prev(); break
case 39: this.next(); break case 39: this.next(); break

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -331,6 +331,7 @@ if (typeof jQuery === 'undefined') {
} }
Carousel.prototype.keydown = function (e) { Carousel.prototype.keydown = function (e) {
if (/input|textarea/i.test(e.target.tagName)) return
switch (e.which) { switch (e.which) {
case 37: this.prev(); break case 37: this.prev(); break
case 39: this.next(); break case 39: this.next(); break

File diff suppressed because one or more lines are too long