mirror of
https://github.com/Radarr/Radarr
synced 2025-01-18 21:52:10 +00:00
Close view after adding series
This commit is contained in:
parent
daeb2fc652
commit
fc3ad9023d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ define(
|
||||||
|
|
||||||
else if (!this.isExisting) {
|
else if (!this.isExisting) {
|
||||||
this.collection.reset();
|
this.collection.reset();
|
||||||
this.searchResult.show(this.resultCollectionView);
|
this.searchResult.close();
|
||||||
this.ui.seriesSearch.val('');
|
this.ui.seriesSearch.val('');
|
||||||
this.ui.seriesSearch.focus();
|
this.ui.seriesSearch.focus();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue