mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
156dc1b408
commit
322023ed09
2 changed files with 2 additions and 2 deletions
|
@ -1292,7 +1292,7 @@ function modal_open(url, num)
|
|||
{
|
||||
if(lock_chat==1) return;
|
||||
prev_chat = document.getElementById('chat_talk').innerHTML;
|
||||
if(num == 'pdf') { document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ PDF +'</a>'+"</div>";}
|
||||
if(num == 'pdf') { document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ 'PDF' +'</a>'+"</div>";}
|
||||
else{ document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ String(num) +'</a>'+"</div>";}
|
||||
modal.style.display = 'block';
|
||||
document.querySelector("#readability-reader").innerHTML = '';
|
||||
|
|
|
@ -1292,7 +1292,7 @@ function modal_open(url, num)
|
|||
{
|
||||
if(lock_chat==1) return;
|
||||
prev_chat = document.getElementById('chat_talk').innerHTML;
|
||||
if(num == 'pdf') { document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ PDF +'</a>'+"</div>";}
|
||||
if(num == 'pdf') { document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ 'PDF' +'</a>'+"</div>";}
|
||||
else{ document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ String(num) +'</a>'+"</div>";}
|
||||
modal.style.display = 'block';
|
||||
document.querySelector("#readability-reader").innerHTML = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue