mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04: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