Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp committed Jul 16, 2024
1 parent 9982ff3 commit 2245abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/changelog_old.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function loadChangelog() {
const data = await response.text();

document.querySelector(vs).innerHTML = `
<h2>${encodeURIComponent(version)}</h2>
<h2>${encodeURIComponent(version)} for Minecraft ${mcvers}</h2>
<pre class="changelog">${data}</pre>
`;
}
Expand Down

1 comment on commit 2245abb

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 2245abb93740b3784fca7226758503472dcc070b
Status: ✅ Deploy successful!
Preview URL: https://fb8c6a40.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-49.neoforged-website-previews.pages.dev

Please sign in to comment.