mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-06 05:20:59 +02:00
fix
This commit is contained in:
parent
b24252c810
commit
9951ae1ff6
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user