mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
d
This commit is contained in:
parent
e701a1b7c1
commit
7a102f1ee9
2 changed files with 2 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -1367,7 +1367,7 @@ function modal_open(url, num)
|
|||
() => {
|
||||
|
||||
|
||||
const iframeDoc = iframe.contentWindow.document;
|
||||
const iframeDoc = document.querySelector("#iframe-wrapper > iframe").contentWindow.document;
|
||||
const links = iframeDoc.getElementsByTagName('a');
|
||||
|
||||
for (let i = 0; i < links.length; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue