Fix multiple tippy tooltips displayed in poll's table

This commit is contained in:
yflory 2018-05-15 10:59:53 +02:00
parent 6fde15247b
commit e2052b4510

View file

@ -781,12 +781,14 @@ define([
}
},
//arrowType: 'round',
dynamicTitle: true,
arrowTransform: 'scale(2)',
zIndex: 100000001
});
UI.addTooltips = function () {
var MutationObserver = window.MutationObserver;
var addTippy = function (i, el) {
if (el._tippy) { return; }
if (el.nodeName === 'IFRAME') { return; }
var opts = {
distance: 15