1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 17:59:14 +00:00

Fixed the add button on add series

This commit is contained in:
Mark McDowall 2013-07-01 10:41:15 -07:00
parent eedccf03b6
commit 06c1055b0d

View file

@ -57,7 +57,7 @@ define(
}
},
addSeries: function () {
_addSeries: function () {
var icon = this.ui.addButton.find('icon');
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');