更新 webapp1.py

This commit is contained in:
luxtiasco 2023-03-13 00:53:05 +08:00 committed by GitHub
parent a297b2ee7d
commit 8050ae207d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'); const links = iframeDoc.getElementsByTagName('a');
for (let i = 0; i < links.length; i++) { for (let i = 0; i < links.length; i++) {