This commit is contained in:
Joseph Cheung 2023-03-06 10:47:32 +08:00
parent 877948b29d
commit 8fc336c5ca
2 changed files with 2 additions and 2 deletions

View file

@ -2078,7 +2078,7 @@ function send_chat(elem)
{
pdf_url = word.match(regexpdf)[0];
modal_open("/static/themes/magi/pdfjs/index.html?file=" + encodeURIComponent(pdf_url),"pdf")
return;
}

View file

@ -2078,7 +2078,7 @@ function send_chat(elem)
{
pdf_url = word.match(regexpdf)[0];
modal_open("/static/themes/magi/pdfjs/index.html?file=" + encodeURIComponent(pdf_url),"pdf")
return;
}