mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
更新 webapp1.py
This commit is contained in:
parent
a297b2ee7d
commit
8050ae207d
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ function modal_open(url, num)
|
|||
() => {
|
||||
|
||||
|
||||
const iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
|
||||
const iframeDoc = iframe.contentWindow.document;
|
||||
const links = iframeDoc.getElementsByTagName('a');
|
||||
|
||||
for (let i = 0; i < links.length; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue