first commit
This commit is contained in:
parent
db0222e83a
commit
c095ce7b25
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue