From fc3ad9023dda85f9ddf89336869cb9665de28742 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 2 Oct 2013 08:16:41 -0700 Subject: [PATCH] Close view after adding series --- UI/AddSeries/AddSeriesView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }