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

0 comments on commit 2245abb

Please sign in to comment.