This commit is contained in:
Joseph Cheung 2023-03-06 01:46:05 +08:00
parent e09507755f
commit 55660af790
2 changed files with 2 additions and 0 deletions

View file

@ -1485,6 +1485,7 @@ function modal_open(url, num)
sentencesContent += sentences[i][1]; sentencesContent += sentences[i][1];
} }
article = {'textContent':sentencesContent,'title':iframe.contentWindow.PDFViewerApplication._title} article = {'textContent':sentencesContent,'title':iframe.contentWindow.PDFViewerApplication._title}
}
} }
else else

View file

@ -1485,6 +1485,7 @@ function modal_open(url, num)
sentencesContent += sentences[i][1]; sentencesContent += sentences[i][1];
} }
article = {'textContent':sentencesContent,'title':iframe.contentWindow.PDFViewerApplication._title} article = {'textContent':sentencesContent,'title':iframe.contentWindow.PDFViewerApplication._title}
}
} }
else else