fixed posters for add series search

This commit is contained in:
kay.one 2013-05-25 18:19:03 -07:00
parent 9ed187202a
commit 2a89897a99
6 changed files with 40 additions and 9 deletions

View file

@ -18,6 +18,10 @@ define([
'click .x-add': 'addSeries'
},
initialize: function () {
this.model.set('isExisting', true);
},
addSeries: function () {
var icon = this.ui.addButton.find('icon');
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');