mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed the add button on add series
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user