mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
Monitored status tooltip should disappear properly now
This commit is contained in:
parent
7e4236df3e
commit
26dbafee08
@ -12,7 +12,6 @@ define(
|
||||
'click': '_onClick'
|
||||
},
|
||||
|
||||
|
||||
_onClick: function () {
|
||||
|
||||
var self = this;
|
||||
@ -45,8 +44,7 @@ define(
|
||||
var tooltip = this.column.get('tooltip');
|
||||
|
||||
if (tooltip) {
|
||||
this.$el.attr('title', tooltip);
|
||||
this.$el.attr('data-container', 'body');
|
||||
this.$('i').attr('title', tooltip);
|
||||
}
|
||||
|
||||
return this;
|
||||
|
Loading…
Reference in New Issue
Block a user