const
This commit is contained in:
parent
9d9db197a8
commit
b1f413fe6d
2 changed files with 10 additions and 10 deletions
File diff suppressed because one or more lines are too long
|
@ -79,7 +79,7 @@
|
|||
<input id="vid" type="hidden" value="{{v.id}}">
|
||||
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
|
||||
|
||||
<script data-cfasync="false" src="/assets/js/chat.js?v=21"></script>
|
||||
<script data-cfasync="false" src="/assets/js/chat.js?v=22"></script>
|
||||
|
||||
<style>
|
||||
#chat-window {
|
||||
|
@ -121,8 +121,7 @@
|
|||
</style>
|
||||
|
||||
<script>
|
||||
const box2 = document.getElementById('chat-window')
|
||||
box2.scrollTo(0, box2.scrollHeight)
|
||||
box.scrollTo(0, box.scrollHeight)
|
||||
</script>
|
||||
{% include "emoji_modal.html" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue