diff --git a/README.md b/README.md index a9ae88a..7d926ca 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ # Tabbed Chatlog -Splits the Chatlog into In Character (per scene), Rolls (per scene), and Out of Character (global). +Splits up the chat into smaller tabs -![](./tabbed-chatlog.gif) +![](https://media.discordapp.net/attachments/724717068364283924/731330729375432814/Chat.png) diff --git a/tabbed-chatlog.js b/tabbed-chatlog.js index 38953cb..2b044d0 100644 --- a/tabbed-chatlog.js +++ b/tabbed-chatlog.js @@ -71,6 +71,7 @@ Hooks.on("renderChatLog", async function(chatLog, html, user) { console.log("Unknown tab " + tab + "!"); } + console.log("Scrollin"); $("#chat-log").scrollTop(9999999); } });