Fix tooltips

pull/1/head
yflory 2017-07-20 18:19:59 +02:00
parent 9633025afe
commit 683769f30a
1 changed files with 0 additions and 1 deletions

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,