mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Close view after adding series
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user