Skip to content

Commit

Permalink
Merge pull request #7 from 22yeets22/patch-1
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
RedNotSus authored Mar 21, 2024
2 parents aa71f85 + d344af5 commit dddcd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/assets/js/motd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.addEventListener("load", (event) => {
fetch("/assets/static/motd.json")
fetch("/assets/static/json/motd.json")
.then((response) => response.json())
.then((data) => {
document.getElementById("motd").onclick = function () {
Expand Down

0 comments on commit dddcd03

Please sign in to comment.