mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-05 21:11:00 +02:00
fix
This commit is contained in:
parent
b24252c810
commit
9951ae1ff6
@ -144,7 +144,7 @@
|
||||
}, { threshold: 0.3 });
|
||||
cards.forEach(card => observer.observe(card));
|
||||
|
||||
fetch("/schedule.json")
|
||||
fetch("/drmifo/schedule.json")
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
const table = document.getElementById("scheduleTable");
|
||||
|
Loading…
x
Reference in New Issue
Block a user