mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add option to disable tippy on an element
This commit is contained in:
parent
94f3e5a9d2
commit
70f8084cd3
@ -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