Skip to content

Commit

Permalink
Fix missing initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
megahead11 authored Oct 10, 2023
1 parent b1266a6 commit a5db818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/js/theatre_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ Hooks.on("renderChatMessage", function (ChatMessage, html, data) {
Hooks.on("renderChatLog", function (app, html, data) {
if (data.cssId === "chat-popout") return;
theatre.initialize();
window.Theatre = {}
window.Theatre.instance = theatre;
// window may not be ready?
console.log("%cTheatre Inserts", "font-weight: bold; font-size: 30px; font-style: italic; color: black;");
// NOTE: Closed alpha/beta is currently all rights reserved!
Expand Down

0 comments on commit a5db818

Please sign in to comment.