mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Added indexer to history and tooltip to series view radio buttons
This commit is contained in:
parent
52f12c15a6
commit
20e72ca103
4 changed files with 13 additions and 5 deletions
|
@ -28,6 +28,10 @@ define(
|
|||
if(!this.model.get('title')){
|
||||
this.$el.addClass('btn-icon-only');
|
||||
}
|
||||
|
||||
if (this.model.get('tooltip')) {
|
||||
this.$el.attr('title', this.model.get('tooltip'))
|
||||
}
|
||||
},
|
||||
|
||||
onClick: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue