remotes/1693045480750635534/spooky-22
Aevann1 2022-03-23 21:47:33 +02:00
parent ef31690a6f
commit 9852116731
1 changed files with 2 additions and 3 deletions

View File

@ -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" %}