Fix tooltips

This commit is contained in:
yflory 2017-07-20 18:19:59 +02:00
parent 9633025afe
commit 683769f30a

View File

@ -300,7 +300,6 @@ define([
var addTippy = function (el) {
if (el.nodeName === 'IFRAME') { return; }
var delay = typeof(AppConfig.tooltipDelay) === "number" ? AppConfig.tooltipDelay : 500;
if (el.nodeName === 'A') { d.push(el); }
Tippy(el, {
position: 'bottom',
distance: 0,