Skip to content

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
Toon324 committed Jul 20, 2020
1 parent 2f1ae73 commit dc3c00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down
1 change: 1 addition & 0 deletions tabbed-chatlog.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Hooks.on("renderChatLog", async function(chatLog, html, user) {
console.log("Unknown tab " + tab + "!");
}

console.log("Scrollin");
$("#chat-log").scrollTop(9999999);
}
});
Expand Down

0 comments on commit dc3c00a

Please sign in to comment.