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
|
||||
are new.
|
||||
*/
|
||||
targetNodes.forEach(function () {
|
||||
let jThis = this;
|
||||
targetNodes.forEach(function (tnode) {
|
||||
let jThis = tnode;
|
||||
let alreadyFound = jThis.data("alreadyFound") || false;
|
||||
|
||||
if (!alreadyFound) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue