This commit is contained in:
Joseph Cheung 2023-03-01 21:32:15 +08:00
parent 361073b4f2
commit 055ca72027
2 changed files with 2 additions and 1041 deletions

File diff suppressed because one or more lines are too long

View file

@ -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';