mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed the add button on add series
This commit is contained in:
parent
eedccf03b6
commit
06c1055b0d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ define(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
addSeries: function () {
|
_addSeries: function () {
|
||||||
var icon = this.ui.addButton.find('icon');
|
var icon = this.ui.addButton.find('icon');
|
||||||
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');
|
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue