mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-06 13:44:58 +00:00
Fixed: Searching from missing won't trigger spinner on both buttons
Some formatting updates
This commit is contained in:
@@ -33,6 +33,10 @@ define(
|
||||
this.$el.addClass('btn-icon-only');
|
||||
}
|
||||
|
||||
if (this.model.get('className')) {
|
||||
this.$el.addClass(this.model.get('className'));
|
||||
}
|
||||
|
||||
var command = this.model.get('command');
|
||||
if (command) {
|
||||
var properties = _.extend({ name: command }, this.model.get('properties'));
|
||||
|
||||
Reference in New Issue
Block a user