mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
f
This commit is contained in:
parent
899d7cdb41
commit
abedb9376d
2 changed files with 1244 additions and 2 deletions
1244
searx/webapp.py
1244
searx/webapp.py
File diff suppressed because one or more lines are too long
|
@ -1325,7 +1325,7 @@ function modal_open(url, num)
|
|||
let stopLoop = false;
|
||||
|
||||
while (!stopLoop && iframe.contentWindow.PDFViewerApplication.pdfDocument==null) {
|
||||
if (Date.now() - startTime > 30000) {
|
||||
if (Date.now() - startTime > 120000) {
|
||||
stopLoop = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue