Close view after adding series

This commit is contained in:
Mark McDowall 2013-10-02 08:16:41 -07:00
parent daeb2fc652
commit fc3ad9023d
1 changed files with 1 additions and 1 deletions

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();
}