Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/55gms/55GMS
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Apr 13, 2024
2 parents 9b3d3d9 + 305066a commit 24f91bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions static/assets/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ fetch("https://api.github.com/repos/55gms/55gms/commits")
.toISOString()
.split("T")[0];
var lastCommitDate = convertDate(unformatted);
document.querySelector(
"#updated"
).textContent = `Last Updated: ${lastCommitDate}`;
document.querySelector("#updated").textContent =
`Last Updated: ${lastCommitDate}`;
});

0 comments on commit 24f91bf

Please sign in to comment.