first commit

This commit is contained in:
Zenny 2024-03-20 14:41:19 +01:00
parent db0222e83a
commit c095ce7b25

View file

@ -50,8 +50,8 @@ function waitForKeyElements(
/*--- Found target node(s). Go through each and act if they /*--- Found target node(s). Go through each and act if they
are new. are new.
*/ */
targetNodes.forEach(function () { targetNodes.forEach(function (tnode) {
let jThis = this; let jThis = tnode;
let alreadyFound = jThis.data("alreadyFound") || false; let alreadyFound = jThis.data("alreadyFound") || false;
if (!alreadyFound) { if (!alreadyFound) {