basic Kick support

This commit is contained in:
Luxferre
2024-09-15 14:58:30 +03:00
parent 430d67913b
commit 030dfdb956
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ function gooseAppendMessage(id, type, timestamp, username, text, icon) {
}
document.getElementById("msglist").innerHTML += html
/* autoscroll to the end */
window.scrollTo(0, document.body.scrollHeight)
window.setTimeout(function(){window.scrollTo(0, document.body.scrollHeight)}, 100)
}
/* entry point, set up an event source */