clear stuck tooltips in an interval

This commit is contained in:
ansuz
2018-05-03 18:45:19 +02:00
parent cfe8b67142
commit 8ec9021f89

View File

@@ -678,7 +678,7 @@ define([
}; };
// This is the robust solution to remove dangling tooltips // This is the robust solution to remove dangling tooltips
// The mutation observer does not always find removed nodes. // The mutation observer does not always find removed nodes.
//setInterval(UI.clearTooltips, delay); setInterval(UI.clearTooltips, delay);
var checkRemoved = function (x) { var checkRemoved = function (x) {
var out = false; var out = false;
var xId = $(x).attr('aria-describedby'); var xId = $(x).attr('aria-describedby');