mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Fixed: Pasting title into add new series search input will trigger search
This commit is contained in:
committed by
Mark McDowall
parent
f277b60cc9
commit
a29f133e5d
@@ -55,7 +55,7 @@ module.exports = Marionette.Layout.extend({
|
||||
|
||||
this.$el.addClass(this.className);
|
||||
|
||||
this.ui.seriesSearch.keyup(function(e) {
|
||||
this.ui.seriesSearch.on('input', function(e) {
|
||||
|
||||
if (_.contains([
|
||||
9,
|
||||
@@ -179,4 +179,4 @@ module.exports = Marionette.Layout.extend({
|
||||
this.collection.term = '';
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user