Merge branch 'staging' into worker-loading

This commit is contained in:
yflory 2025-03-11 17:05:30 +01:00
commit a9994a4dac

View File

@ -1237,6 +1237,7 @@ define([
var addTippy = function (i, el) {
if (el._tippy) { return; }
if (!el.getAttribute('title')) { return; }
if (el.getAttribute('data-notippy')) { return; }
if (el.nodeName === 'IFRAME') { return; }
var opts = {
distance: 15