Update index.html

This commit is contained in:
TheErrorExe 2025-02-22 22:25:58 +01:00 committed by GitHub
parent 8359f4b14f
commit 8ca2ed5100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@
}, { threshold: 0.3 });
cards.forEach(card => observer.observe(card));
fetch("/drmifo/schedule.json")
fetch("/drmifo/schedule.json?nocache=" + new Date().getTime())
.then(response => response.json())
.then(data => {
const table = document.getElementById("scheduleTable");
@ -156,6 +156,7 @@
});
})
.catch(error => console.error("Fehler beim Laden des Streaming-Plans:", error));
</script>
</body>
</html>