Fixed: Add series searching improvements

This commit is contained in:
Mark McDowall 2014-12-14 11:52:50 -08:00
parent 2efed23450
commit e3893083bc
4 changed files with 90 additions and 1 deletions

View file

@ -167,6 +167,7 @@ define(
if (!this.isClosed) {
this.ui.searchBar.show();
this.searchResult.show(new ErrorView({term: this.collection.term}));
this.collection.term = '';
}
}
});