Merge branch 'staging' into creation

This commit is contained in:
yflory
2018-03-14 12:07:04 +01:00
13 changed files with 176 additions and 28 deletions

View File

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