Fix infinite loop
parent
9f1f01f3b4
commit
a7f98cbed9
|
@ -1044,6 +1044,7 @@ define([
|
|||
var MutationObserver = window.MutationObserver;
|
||||
var addTippy = function (i, el) {
|
||||
if (el._tippy) { return; }
|
||||
if (!el.getAttribute('title')) { return; }
|
||||
if (el.nodeName === 'IFRAME') { return; }
|
||||
var opts = {
|
||||
distance: 15
|
||||
|
|
|
@ -1586,4 +1586,4 @@ define([
|
|||
|
||||
UI.removeLoadingScreen();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue