Skip to content

Commit

Permalink
TDW-2277 minor code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bosco-ensemble committed Apr 9, 2024
1 parent 9717da8 commit b179ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1070,8 +1070,8 @@ async function loadLazy(doc) {

doc.querySelectorAll('div:not([class]):not([id]):empty').forEach((empty) => empty.remove());

// eslint-disable-next-line no-use-before-define
window.setTimeout(async () => {
// eslint-disable-next-line no-use-before-define
await loadAds(doc);
}, 1000);
}
Expand Down

0 comments on commit b179ce7

Please sign in to comment.