c
This commit is contained in:
parent
361073b4f2
commit
055ca72027
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
|
let article
|
||||||
function modal_open(url, num)
|
function modal_open(url, num)
|
||||||
{
|
{
|
||||||
|
if(lock_chat==1) return;
|
||||||
prev_chat = document.getElementById('chat_talk').innerHTML;
|
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>";
|
document.getElementById('chat_talk').innerHTML = prev_chat+'<div class="chat_question">'+'打开链接'+'<a class="footnote">'+ String(num) +'</a>'+"</div>";
|
||||||
modal.style.display = 'block';
|
modal.style.display = 'block';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user