|
|
@ -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,
|
|
|
@ -179,4 +179,4 @@ module.exports = Marionette.Layout.extend({
|
|
|
|
this.collection.term = '';
|
|
|
|
this.collection.term = '';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|