diff --git a/include/layout.js b/include/layout.js index 150f37e1f..ae359611c 100644 --- a/include/layout.js +++ b/include/layout.js @@ -956,11 +956,7 @@ function applySkin() { }); $('i, a, th, img, input, label, select, button, .drillDown, .checkboxSlider') - .tooltip({ - close: function () { - $("[role=log].ui-helper-hidden-accessible").remove(); - } - }) + .tooltip() .on('focus', function () { if ($(this).tooltip('instance')) { $(this).tooltip('close'); @@ -973,9 +969,6 @@ function applySkin() { }); $(document).tooltip({ - close: function () { - $("[role=log].ui-helper-hidden-accessible").remove(); - }, items: 'div.cactiTooltipHint, span.cactiTooltipHint, .checkboxSlider', content: function () { var element = $(this);