mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
361073b4f2
commit
055ca72027
2 changed files with 2 additions and 1041 deletions
1042
searx/webapp.py
1042
searx/webapp.py
File diff suppressed because one or more lines are too long
|
@ -1257,6 +1257,7 @@ let fulltext=[]
|
|||
let article
|
||||
function modal_open(url, num)
|
||||
{
|
||||
if(lock_chat==1) return;
|
||||
prev_chat = document.getElementById('chat_talk').innerHTML;
|
||||
document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ String(num) +'</a>'+"</div>";
|
||||
modal.style.display = 'block';
|
||||
|
|
Loading…
Add table
Reference in a new issue