diff --git a/UI/AddSeries/AddSeriesView.js b/UI/AddSeries/AddSeriesView.js index 957b2cabc..2eb2596d6 100644 --- a/UI/AddSeries/AddSeriesView.js +++ b/UI/AddSeries/AddSeriesView.js @@ -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(); }