basic Kick support
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user