This commit is contained in:
Joseph Cheung 2023-03-13 08:13:07 +08:00
parent e701a1b7c1
commit 7a102f1ee9
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

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