Skip to content

Commit

Permalink
QA: Fixing tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 15, 2024
1 parent 3b7d6a0 commit ffc34c7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions include/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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);
Expand Down

0 comments on commit ffc34c7

Please sign in to comment.