1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Close view after adding series

This commit is contained in:
Mark McDowall 2013-10-02 08:16:41 -07:00
parent daeb2fc652
commit fc3ad9023d

View File

@ -99,7 +99,7 @@ define(
else if (!this.isExisting) {
this.collection.reset();
this.searchResult.show(this.resultCollectionView);
this.searchResult.close();
this.ui.seriesSearch.val('');
this.ui.seriesSearch.focus();
}