Actualiser branches/alt+tab/la-compagnie-de-sufokia/scripts/calendar.js
All checks were successful
camelia / deploy (push) Successful in 30s

This commit is contained in:
Skitounet 2024-12-03 20:29:48 +00:00
parent ba28bc92b9
commit a306930fe4

View File

@ -75,7 +75,7 @@ function createCard(evt, parent) {
document.addEventListener('readystatechange', async function() {
if (document.readyState === "complete") {
const events = await fetch('https://corsproxy.io/?https://git.crystalyx.net/camelia-studio/Camelianimes-Datas/raw/branch/datas/events.json')
const events = await fetch('https://api.codetabs.com/v1/proxy/?quest=https://git.crystalyx.net/camelia-studio/Camelianimes-Datas/raw/branch/datas/events.json')
.then(res => res.json())
.catch((err) => {
console.error(err);