Skip to content

Commit

Permalink
Merge pull request #511 from vttred/serve-guide-over-https
Browse files Browse the repository at this point in the history
Use webaddress it forwards to
  • Loading branch information
anthonyronda authored Apr 1, 2024
2 parents 903ced2 + 73e5191 commit 339b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ose.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Hooks.on("renderSidebarTab", async (object, html) => {
`<button type="button" data-action="userguide"><img src='${OSE.assetsPath}/dragon.png' width='16' height='16' style='${styling}'/>Old School Guide</button>`
).insertAfter(docs);
html.find('button[data-action="userguide"]').click(() => {
new FrameViewer("https://vttred.github.io/ose", {
new FrameViewer("https://ose.vtt.red/", {
resizable: true,
}).render(true);
});
Expand Down

0 comments on commit 339b156

Please sign in to comment.