From dc3c00a7faa8e25617dadf7dba98ec5609ac0af0 Mon Sep 17 00:00:00 2001 From: Cody Swendrowski Date: Mon, 20 Jul 2020 15:32:55 -0500 Subject: [PATCH] Auto stash before merge of "master" and "origin/master" --- README.md | 4 ++-- tabbed-chatlog.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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); } });