mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
877948b29d
commit
8fc336c5ca
2 changed files with 2 additions and 2 deletions
|
@ -2078,7 +2078,7 @@ function send_chat(elem)
|
||||||
{
|
{
|
||||||
pdf_url = word.match(regexpdf)[0];
|
pdf_url = word.match(regexpdf)[0];
|
||||||
modal_open("/static/themes/magi/pdfjs/index.html?file=" + encodeURIComponent(pdf_url),"pdf")
|
modal_open("/static/themes/magi/pdfjs/index.html?file=" + encodeURIComponent(pdf_url),"pdf")
|
||||||
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2078,7 +2078,7 @@ function send_chat(elem)
|
||||||
{
|
{
|
||||||
pdf_url = word.match(regexpdf)[0];
|
pdf_url = word.match(regexpdf)[0];
|
||||||
modal_open("/static/themes/magi/pdfjs/index.html?file=" + encodeURIComponent(pdf_url),"pdf")
|
modal_open("/static/themes/magi/pdfjs/index.html?file=" + encodeURIComponent(pdf_url),"pdf")
|
||||||
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue