diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/contactFinder.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/contactFinder.js b/content/contactFinder.js index 6b6cc44..c8689c0 100644 --- a/content/contactFinder.js +++ b/content/contactFinder.js @@ -308,7 +308,7 @@ function main() { } content.appendChild(list); } - Array.forEach(contentDoc.querySelectorAll(".close, a"), makeCloser); + contentDoc.querySelectorAll(".close, a").forEach(makeCloser); debug("frame initialized"); } |