diff --git a/UI/Cells/ToggleCell.js b/UI/Cells/ToggleCell.js index 7c530e510..8c6a17dcb 100644 --- a/UI/Cells/ToggleCell.js +++ b/UI/Cells/ToggleCell.js @@ -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;