Close view after adding series

pull/4/head
Mark McDowall 11 years ago
parent daeb2fc652
commit fc3ad9023d

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

Loading…
Cancel
Save