This commit is contained in:
TheErrorExe 2025-02-22 21:56:14 +01:00
parent b24252c810
commit 9951ae1ff6

View File

@ -144,7 +144,7 @@
}, { threshold: 0.3 }); }, { threshold: 0.3 });
cards.forEach(card => observer.observe(card)); cards.forEach(card => observer.observe(card));
fetch("/schedule.json") fetch("/drmifo/schedule.json")
.then(response => response.json()) .then(response => response.json())
.then(data => { .then(data => {
const table = document.getElementById("scheduleTable"); const table = document.getElementById("scheduleTable");