Merge branch 'LQDJudge:master' into master

This commit is contained in:
Phuoc Anh Kha Le 2024-01-28 15:23:20 -06:00 committed by GitHub
commit bb5b563431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 304 additions and 698 deletions

View file

@ -113,6 +113,7 @@
$('#chat-box').scrollTop($('#chat-box')[0].scrollHeight);
register_time($('.time-with-rel'));
MathJax.typeset();
populateCopyButton();
merge_authors();
}
@ -167,6 +168,7 @@
add_new_message(message, room, true);
}
MathJax.typeset();
populateCopyButton();
register_time($('.time-with-rel'));
remove_unread_current_user();
merge_authors();