const
parent
ef31690a6f
commit
9852116731
|
@ -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…
Reference in New Issue