mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
A little formating on add series
This commit is contained in:
@@ -44,7 +44,6 @@ define(
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
_onSeriesAdded: function (options) {
|
||||
if (options.series.get('path') === this.model.get('folder').path) {
|
||||
this.close();
|
||||
@@ -54,7 +53,6 @@ define(
|
||||
onRender: function () {
|
||||
var self = this;
|
||||
|
||||
|
||||
this.$el.addClass(this.className);
|
||||
|
||||
this.ui.seriesSearch.data('timeout', null).keyup(function () {
|
||||
|
Reference in New Issue
Block a user