Fixed: Searching for a new series with the same title twice in a row

This commit is contained in:
Mark McDowall 2014-10-23 21:47:05 -07:00
parent d017c40747
commit 1298eedb29
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ define(
}
else if (!this.isExisting) {
this.collection.term = '';
this.collection.reset();
this._clearResults();
this.ui.seriesSearch.val('');