Fixed: Pasting title into add new series search input will trigger search

This commit is contained in:
Paul Kozlovitch 2018-04-03 18:31:49 +02:00 committed by Mark McDowall
commit a29f133e5d

View file

@ -55,7 +55,7 @@ module.exports = Marionette.Layout.extend({
this.$el.addClass(this.className); this.$el.addClass(this.className);
this.ui.seriesSearch.keyup(function(e) { this.ui.seriesSearch.on('input', function(e) {
if (_.contains([ if (_.contains([
9, 9,