mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Monitored status tooltip should disappear properly now
This commit is contained in:
parent
7e4236df3e
commit
26dbafee08
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,6 @@ define(
|
||||||
'click': '_onClick'
|
'click': '_onClick'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
_onClick: function () {
|
_onClick: function () {
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
|
@ -45,8 +44,7 @@ define(
|
||||||
var tooltip = this.column.get('tooltip');
|
var tooltip = this.column.get('tooltip');
|
||||||
|
|
||||||
if (tooltip) {
|
if (tooltip) {
|
||||||
this.$el.attr('title', tooltip);
|
this.$('i').attr('title', tooltip);
|
||||||
this.$el.attr('data-container', 'body');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue