mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'staging' into worker-loading
This commit is contained in:
commit
a9994a4dac
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user