Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/26dbafee08bb0c90e473c7b40341eb6635f5cbe1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Monitored status tooltip should disappear properly now

pull/25/head
Mark McDowall 12 years ago
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…
Cancel
Save