Fixed: Search being triggered from Release Restrictions when pressing 't'

pull/4/head
Mark McDowall 11 years ago
parent c50fb84216
commit 2dd7fb9fdf

@ -6,7 +6,7 @@ define(
'Series/SeriesCollection'
], function (Backbone, $, SeriesCollection) {
$(document).on('keydown', function (e) {
if ($(e.target).is('input')) {
if ($(e.target).is('input') || $(e.target).is('textarea')) {
return;
}

Loading…
Cancel
Save